Html Css Color HEX #F2DDAE Wheat

📋 copy color: '#F2DDAE'

red 242 ◦ green 221 ◦ blue 174

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

Shades of Wheat #F2DDAE

Tints of Wheat #F2DDAE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.69%

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

R = 37.99%
G = 34.69%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2DDAE (or 0xF2DDAE) is known color: Wheat. HEX triplet: F2, DD and AE. RGB value is (242,221,174). Sum of RGB (Red+Green+Blue) = 242+221+174=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DDAE is #0D2251. Grayscale: #DEDEDE. Windows color (decimal): -860754 or 11460082. OLE color: 11460082.

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

Color convert

RGB 242 221 174 -
CMYK 0 0.09 0.28 0.05
HSL 41.47º 0.72% 0.82% -
HSV(B) 41.47º 0.28% 0.95% -
XYZ 70.11 73.65 50.56 -
YUV 221.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 242 221 174 0 0.09 0.28 0.05 41.47 0.72 0.82
Hex F2 DD AE 0 9 1C 5 29 48 52
Octal 362 335 256 0 11 34 5 51 110 122
Binary 11110010 11011101 10101110 0 1001 11100 101 101001 1001000 1010010

Color Harmonies of #F2DDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DDAE

Black with #F2DDAE

Text Example


Text Example

White with #F2DDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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