#F2DBAF

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

Shades of Wheat #F2DBAF

Tints of Wheat #F2DBAF

Color information

#F2DBAF (or 0xF2DBAF) is unknown color: approx Wheat. HEX triplet: F2, DB and AF. RGB value is (242,219,175). Sum of RGB (Red+Green+Blue) = 242+219+175=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DBAF is #0D2450. Grayscale: #DDDDDD. Windows color (decimal): -861265 or 11525106. OLE color: 11525106.

HSL color Cylindrical-coordinate representation of color #F2DBAF: hue angle of 39.4º 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 #F2DBAF is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB242219175-
CMYK00.100.280.05
HSL39.4º72.04%81.76%-
HSV(B)39.4º27.69%94.9%-
XYZ69.6972.6450.9-
YUV220.86102.12143.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 175 (68.75% from 255) = 27.52%
R=38.05%
G=34.43%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221917500.100.280.0539.472.0481.76
HexF2DBAF0A1C5274852
Octal36233325701234547110122
Binary111100101101101110101111010101110010110011110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DBAF; }

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

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

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

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

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

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

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

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