Html Css Color HEX #F0DDB3 Wheat

📋 copy color: '#F0DDB3'

red 240 ◦ green 221 ◦ blue 179

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

Shades of Wheat #F0DDB3

Tints of Wheat #F0DDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.97%

R = 37.5%
G = 34.53%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F0DDB3 (or 0xF0DDB3) is known color: Wheat. HEX triplet: F0, DD and B3. RGB value is (240,221,179). Sum of RGB (Red+Green+Blue) = 240+221+179=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 179 (70.31% from 255 or 27.97% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDB3 is #0F224C. Grayscale: #DEDEDE. Windows color (decimal): -991821 or 11787760. OLE color: 11787760.

HSL color Cylindrical-coordinate representation of color #F0DDB3: hue angle of 41.31º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0DDB3 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 221 179 -
CMYK 0 0.08 0.25 0.06
HSL 41.31º 0.67% 0.82% -
HSV(B) 41.31º 0.25% 0.94% -
XYZ 69.93 73.49 53.15 -
YUV 221.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 240 221 179 0 0.08 0.25 0.06 41.31 0.67 0.82
Hex F0 DD B3 0 8 19 6 29 43 52
Octal 360 335 263 0 10 31 6 51 103 122
Binary 11110000 11011101 10110011 0 1000 11001 110 101001 1000011 1010010

Color Harmonies of #F0DDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DDB3

Black with #F0DDB3

Text Example


Text Example

White with #F0DDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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