#F2DCB0

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

Shades of Wheat #F2DCB0

Tints of Wheat #F2DCB0

Color information

#F2DCB0 (or 0xF2DCB0) is unknown color: approx Wheat. HEX triplet: F2, DC and B0. RGB value is (242,220,176). Sum of RGB (Red+Green+Blue) = 242+220+176=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DCB0 is #0D234F. Grayscale: #DDDDDD. Windows color (decimal): -861008 or 11590898. OLE color: 11590898.

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

Color convert

RGB242220176-
CMYK00.090.270.05
HSL40º71.74%81.96%-
HSV(B)40º27.27%94.9%-
XYZ70.0573.251.51-
YUV221.56102.29142.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 176 (69.14% from 255) = 27.59%
R=37.93%
G=34.48%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222017600.090.270.054071.7481.96
HexF2DCB0091B5284852
Octal36233426001133550110122
Binary111100101101110010110000010011101110110100010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCB0; }

 p { color: rgb(242,220,176); }

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

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

 a { background-color: rgb(242,220,176); }

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

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

 span { border-color: rgb(242,220,176); }

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