#F2DCAF

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

Shades of Wheat #F2DCAF

Tints of Wheat #F2DCAF

Color information

#F2DCAF (or 0xF2DCAF) is unknown color: approx Wheat. HEX triplet: F2, DC and AF. RGB value is (242,220,175). Sum of RGB (Red+Green+Blue) = 242+220+175=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DCAF is #0D2350. Grayscale: #DDDDDD. Windows color (decimal): -861009 or 11525362. OLE color: 11525362.

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

Color convert

RGB242220175-
CMYK00.090.280.05
HSL40.3º72.04%81.76%-
HSV(B)40.3º27.69%94.9%-
XYZ69.9573.1650.99-
YUV221.45101.79142.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.99%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 175 (68.75% from 255) = 27.47%
R=37.99%
G=34.54%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222017500.090.280.0540.372.0481.76
HexF2DCAF091C5284852
Octal36233425701134550110122
Binary111100101101110010101111010011110010110100010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCAF; }

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

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

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

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

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

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

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

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