#F2DAB0

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

Shades of Wheat #F2DAB0

Tints of Wheat #F2DAB0

Color information

#F2DAB0 (or 0xF2DAB0) is unknown color: approx Wheat. HEX triplet: F2, DA and B0. RGB value is (242,218,176). Sum of RGB (Red+Green+Blue) = 242+218+176=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 176 (69.14% from 255 or 27.67% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DAB0 is #0D254F. Grayscale: #DCDCDC. Windows color (decimal): -861520 or 11590386. OLE color: 11590386.

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

Color convert

RGB242218176-
CMYK00.100.270.05
HSL38.18º71.74%81.96%-
HSV(B)38.18º27.27%94.9%-
XYZ69.5372.1551.34-
YUV220.39102.95143.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 176 (69.14% from 255) = 27.67%
R=38.05%
G=34.28%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221817600.100.270.0538.1871.7481.96
HexF2DAB00A1B5264852
Octal36233226001233546110122
Binary111100101101101010110000010101101110110011010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DAB0; }

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

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

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

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

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

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

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

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