Html Css Color HEX #F0DEAF Wheat

📋 copy color: '#F0DEAF'

red 240 ◦ green 222 ◦ blue 175

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

Shades of Wheat #F0DEAF

Tints of Wheat #F0DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.85%

 BLUE value IS 175 (68.75% from 255) = 27.47%

R = 37.68%
G = 34.85%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0DEAF (or 0xF0DEAF) is known color: Wheat. HEX triplet: F0, DE and AF. RGB value is (240,222,175). Sum of RGB (Red+Green+Blue) = 240+222+175=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DEAF is #0F2150. Grayscale: #DEDEDE. Windows color (decimal): -991569 or 11525872. OLE color: 11525872.

HSL color Cylindrical-coordinate representation of color #F0DEAF: hue angle of 43.38º degrees, saturation: 0.68, 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 #F0DEAF is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 222 175 -
CMYK 0 0.08 0.27 0.06
HSL 43.38º 0.68% 0.81% -
HSV(B) 43.38º 0.27% 0.94% -
XYZ 69.79 73.86 51.14 -
YUV 222.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 240 222 175 0 0.08 0.27 0.06 43.38 0.68 0.81
Hex F0 DE AF 0 8 1B 6 2B 44 51
Octal 360 336 257 0 10 33 6 53 104 121
Binary 11110000 11011110 10101111 0 1000 11011 110 101011 1000100 1010001

Color Harmonies of #F0DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEAF

Black with #F0DEAF

Text Example


Text Example

White with #F0DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEAF; }

 p { color: rgb(240,222,175); }

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

background-color css

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

 a { background-color: rgb(240,222,175); }

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

border-color css

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

 span { border-color: rgb(240,222,175); }

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