#F2DFB0

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

Shades of Wheat #F2DFB0

Tints of Wheat #F2DFB0

Color information

#F2DFB0 (or 0xF2DFB0) is unknown color: approx Wheat. HEX triplet: F2, DF and B0. RGB value is (242,223,176). Sum of RGB (Red+Green+Blue) = 242+223+176=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 176 (69.14% from 255 or 27.46% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DFB0 is #0D204F. Grayscale: #DFDFDF. Windows color (decimal): -860240 or 11591666. OLE color: 11591666.

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

Color convert

RGB242223176-
CMYK00.080.270.05
HSL42.73º71.74%81.96%-
HSV(B)42.73º27.27%94.9%-
XYZ70.8474.7951.78-
YUV223.32101.29141.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.75%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 176 (69.14% from 255) = 27.46%
R=37.75%
G=34.79%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222317600.080.270.0542.7371.7481.96
HexF2DFB0081B52b4852
Octal36233726001033553110122
Binary111100101101111110110000010001101110110101110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFB0; }

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

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

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

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

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

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

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

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