#F3DD8C

Color #F3DD8C Buff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buff #F3DD8C

Tints of Buff #F3DD8C

Color information

#F3DD8C (or 0xF3DD8C) is unknown color: approx Buff. HEX triplet: F3, DD and 8C. RGB value is (243,221,140). Sum of RGB (Red+Green+Blue) = 243+221+140=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DD8C is #0C2273. Grayscale: #DADADA. Windows color (decimal): -795252 or 9231859. OLE color: 9231859.

HSL color Cylindrical-coordinate representation of color #F3DD8C: hue angle of 47.18º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F3DD8C is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB243221140-
CMYK00.090.420.05
HSL47.18º81.1%75.1%-
HSV(B)47.18º42.39%95.29%-
XYZ67.5572.6635.28-
YUV218.3483.79145.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 40.23%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 140 (55.08% from 255) = 23.18%
R=40.23%
G=36.59%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322114000.090.420.0547.1881.175.1
HexF3DD8C092A52f514b
Octal36333521401152557121113
Binary1111001111011101100011000100110101010110111110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DD8C; }

 p { color: rgb(243,221,140); }

 H1.HeaderClassName
 {
   color: #F3DD8C;
 }
 .AnyTagClassName
 {
   color: #F3DD8C;
 }
</style>
background-color css

<style>
 a { background-color: #F3DD8C; }

 a { background-color: rgb(243,221,140); }

 div.DivClassName
 {
   background-color: #F3DD8C;
 }
 .BgClassName
 {
   background-color: #F3DD8C;
 }
</style>
border-color css

<style>
 span { border-color: #F3DD8C; }

 span { border-color: rgb(243,221,140); }

 td.TdClassName
 {
   border-color: #F3DD8C;
 }
 .TagClassName
 {
   border-color: #F3DD8C;
 }
</style>