Html Css Color HEX #F0DAAF Wheat

📋 copy color: '#F0DAAF'

red 240 ◦ green 218 ◦ blue 175

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

Shades of Wheat #F0DAAF

Tints of Wheat #F0DAAF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.44%

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

R = 37.91%
G = 34.44%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0DAAF (or 0xF0DAAF) is known color: Wheat. HEX triplet: F0, DA and AF. RGB value is (240,218,175). Sum of RGB (Red+Green+Blue) = 240+218+175=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DAAF is #0F2550. Grayscale: #DBDBDB. Windows color (decimal): -992593 or 11524848. OLE color: 11524848.

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

Color convert

RGB 240 218 175 -
CMYK 0 0.09 0.27 0.06
HSL 39.69º 0.68% 0.81% -
HSV(B) 39.69º 0.27% 0.94% -
XYZ 68.74 71.76 50.79 -
YUV 219.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 240 218 175 0 0.09 0.27 0.06 39.69 0.68 0.81
Hex F0 DA AF 0 9 1B 6 28 44 51
Octal 360 332 257 0 11 33 6 50 104 121
Binary 11110000 11011010 10101111 0 1001 11011 110 101000 1000100 1010001

Color Harmonies of #F0DAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAAF

Black with #F0DAAF

Text Example


Text Example

White with #F0DAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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