#F2DCB5

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

Shades of Wheat #F2DCB5

Tints of Wheat #F2DCB5

Color information

#F2DCB5 (or 0xF2DCB5) is unknown color: approx Wheat. HEX triplet: F2, DC and B5. RGB value is (242,220,181). Sum of RGB (Red+Green+Blue) = 242+220+181=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 181 (71.09% from 255 or 28.15% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCB5 is #0D234A. Grayscale: #DEDEDE. Windows color (decimal): -861003 or 11918578. OLE color: 11918578.

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

Color convert

RGB242220181-
CMYK00.090.250.05
HSL38.36º70.11%82.94%-
HSV(B)38.36º25.21%94.9%-
XYZ70.5573.454.17-
YUV222.13104.79142.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.64%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 181 (71.09% from 255) = 28.15%
R=37.64%
G=34.21%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222018100.090.250.0538.3670.1182.94
HexF2DCB509195264653
Octal36233426501131546106123
Binary111100101101110010110101010011100110110011010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCB5; }

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

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

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

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

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

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

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

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