Html Css Color HEX #F2DBB0 Wheat

📋 copy color: '#F2DBB0'

red 242 ◦ green 219 ◦ blue 176

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

Shades of Wheat #F2DBB0

Tints of Wheat #F2DBB0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.38%

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

R = 37.99%
G = 34.38%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F2DBB0 (or 0xF2DBB0) is known color: Wheat. HEX triplet: F2, DB and B0. RGB value is (242,219,176). Sum of RGB (Red+Green+Blue) = 242+219+176=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 176 (69.14% from 255 or 27.63% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DBB0 is #0D244F. Grayscale: #DDDDDD. Windows color (decimal): -861264 or 11590642. OLE color: 11590642.

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

Color convert

RGB 242 219 176 -
CMYK 0 0.10 0.27 0.05
HSL 39.09º 0.72% 0.82% -
HSV(B) 39.09º 0.27% 0.95% -
XYZ 69.79 72.67 51.42 -
YUV 220.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 242 219 176 0 0.10 0.27 0.05 39.09 0.72 0.82
Hex F2 DB B0 0 A 1B 5 27 48 52
Octal 362 333 260 0 12 33 5 47 110 122
Binary 11110010 11011011 10110000 0 1010 11011 101 100111 1001000 1010010

Color Harmonies of #F2DBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DBB0

Black with #F2DBB0

Text Example


Text Example

White with #F2DBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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