#F9DDB5

Color #F9DDB5 Wheat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wheat #F9DDB5

Tints of Wheat #F9DDB5

Color information

#F9DDB5 (or 0xF9DDB5) is unknown color: approx Wheat. HEX triplet: F9, DD and B5. RGB value is (249,221,181). Sum of RGB (Red+Green+Blue) = 249+221+181=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 181 (71.09% from 255 or 27.80% from 651); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDB5 is #06224A. Grayscale: #E0E0E0. Windows color (decimal): -401995 or 11918841. OLE color: 11918841.

HSL color Cylindrical-coordinate representation of color #F9DDB5: hue angle of 35.29º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9DDB5 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB249221181-
CMYK00.110.270.02
HSL35.29º85%84.31%-
HSV(B)35.29º27.31%97.65%-
XYZ73.2675.1954.37-
YUV224.81103.28145.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.25%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 181 (71.09% from 255) = 27.80%
R=38.25%
G=33.95%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922118100.110.270.0235.298584.31
HexF9DDB50B1B2235554
Octal37133526501333243125124
Binary11111001110111011011010101011110111010001110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DDB5; }

 p { color: rgb(249,221,181); }

 H1.HeaderClassName
 {
   color: #F9DDB5;
 }
 .AnyTagClassName
 {
   color: #F9DDB5;
 }
</style>
background-color css

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

 a { background-color: rgb(249,221,181); }

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

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

 span { border-color: rgb(249,221,181); }

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