Html Css Color HEX #F0DCAE Wheat

📋 copy color: '#F0DCAE'

red 240 ◦ green 220 ◦ blue 174

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

Shades of Wheat #F0DCAE

Tints of Wheat #F0DCAE

RGB

 RED value IS 240 (94.14% from 255) = 37.85%

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

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

R = 37.85%
G = 34.7%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0DCAE (or 0xF0DCAE) is known color: Wheat. HEX triplet: F0, DC and AE. RGB value is (240,220,174). Sum of RGB (Red+Green+Blue) = 240+220+174=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DCAE is #0F2351. Grayscale: #DCDCDC. Windows color (decimal): -992082 or 11459824. OLE color: 11459824.

HSL color Cylindrical-coordinate representation of color #F0DCAE: hue angle of 41.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0DCAE is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 220 174 -
CMYK 0 0.08 0.28 0.06
HSL 41.82º 0.69% 0.81% -
HSV(B) 41.82º 0.28% 0.94% -
XYZ 69.17 72.77 50.44 -
YUV 220.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 240 220 174 0 0.08 0.28 0.06 41.82 0.69 0.81
Hex F0 DC AE 0 8 1C 6 2A 45 51
Octal 360 334 256 0 10 34 6 52 105 121
Binary 11110000 11011100 10101110 0 1000 11100 110 101010 1000101 1010001

Color Harmonies of #F0DCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DCAE

Black with #F0DCAE

Text Example


Text Example

White with #F0DCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DCAE; }

 p { color: rgb(240,220,174); }

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

background-color css

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

 a { background-color: rgb(240,220,174); }

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

border-color css

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

 span { border-color: rgb(240,220,174); }

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