Html Css Color HEX #F2DCB0 Wheat

📋 copy color: '#F2DCB0'

red 242 ◦ green 220 ◦ blue 176

#F2DCB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wheat #F2DCB0

Tints of Wheat #F2DCB0

RGB

 RED value IS 242 (94.92% from 255) = 37.93%

 GREEN value IS 220 (86.33% from 255) = 34.48%

 BLUE value IS 176 (69.14% from 255) = 27.59%

R = 37.93%
G = 34.48%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F2DCB0 (or 0xF2DCB0) is known color: Wheat. HEX triplet: F2, DC and B0. RGB value is (242,220,176). Sum of RGB (Red+Green+Blue) = 242+220+176=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DCB0 is #0D234F. Grayscale: #DDDDDD. Windows color (decimal): -861008 or 11590898. OLE color: 11590898.

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

Color convert

RGB 242 220 176 -
CMYK 0 0.09 0.27 0.05
HSL 40º 0.72% 0.82% -
HSV(B) 40º 0.27% 0.95% -
XYZ 70.05 73.2 51.51 -
YUV 221.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 242 220 176 0 0.09 0.27 0.05 40 0.72 0.82
Hex F2 DC B0 0 9 1B 5 28 48 52
Octal 362 334 260 0 11 33 5 50 110 122
Binary 11110010 11011100 10110000 0 1001 11011 101 101000 1001000 1010010

Color Harmonies of #F2DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCB0

Black with #F2DCB0

Text Example


Text Example

White with #F2DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCB0; }

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

 H1.HeaderClassName
 {
   color: #F2DCB0;
 }
 .AnyTagClassName
 {
   color: #F2DCB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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