Html Css Color HEX #F2DBAE Wheat

📋 copy color: '#F2DBAE'

red 242 ◦ green 219 ◦ blue 174

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

Shades of Wheat #F2DBAE

Tints of Wheat #F2DBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.4%

R = 38.11%
G = 34.49%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2DBAE (or 0xF2DBAE) is known color: Wheat. HEX triplet: F2, DB and AE. RGB value is (242,219,174). Sum of RGB (Red+Green+Blue) = 242+219+174=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DBAE is #0D2451. Grayscale: #DCDCDC. Windows color (decimal): -861266 or 11459570. OLE color: 11459570.

HSL color Cylindrical-coordinate representation of color #F2DBAE: hue angle of 39.71º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2DBAE is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 219 174 -
CMYK 0 0.10 0.28 0.05
HSL 39.71º 0.72% 0.82% -
HSV(B) 39.71º 0.28% 0.95% -
XYZ 69.59 72.6 50.39 -
YUV 220.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 242 219 174 0 0.10 0.28 0.05 39.71 0.72 0.82
Hex F2 DB AE 0 A 1C 5 28 48 52
Octal 362 333 256 0 12 34 5 50 110 122
Binary 11110010 11011011 10101110 0 1010 11100 101 101000 1001000 1010010

Color Harmonies of #F2DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DBAE

Black with #F2DBAE

Text Example


Text Example

White with #F2DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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