Html Css Color HEX #F0DDAF Wheat

📋 copy color: '#F0DDAF'

red 240 ◦ green 221 ◦ blue 175

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

Shades of Wheat #F0DDAF

Tints of Wheat #F0DDAF

RGB

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

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

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

R = 37.74%
G = 34.75%
B = 27.52%

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

#F0DDAF (or 0xF0DDAF) is known color: Wheat. HEX triplet: F0, DD and AF. RGB value is (240,221,175). Sum of RGB (Red+Green+Blue) = 240+221+175=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DDAF is #0F2250. Grayscale: #DDDDDD. Windows color (decimal): -991825 or 11525616. OLE color: 11525616.

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

Color convert

RGB 240 221 175 -
CMYK 0 0.08 0.27 0.06
HSL 42.46º 0.68% 0.81% -
HSV(B) 42.46º 0.27% 0.94% -
XYZ 69.53 73.33 51.05 -
YUV 221.44 101.79 141.24 -
System Red Green Blue C M Y K H S L
Decimal 240 221 175 0 0.08 0.27 0.06 42.46 0.68 0.81
Hex F0 DD AF 0 8 1B 6 2A 44 51
Octal 360 335 257 0 10 33 6 52 104 121
Binary 11110000 11011101 10101111 0 1000 11011 110 101010 1000100 1010001

Color Harmonies of #F0DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DDAF

Black with #F0DDAF

Text Example


Text Example

White with #F0DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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