#F1DDAF

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

Shades of Wheat #F1DDAF

Tints of Wheat #F1DDAF

Color information

#F1DDAF (or 0xF1DDAF) is unknown color: approx Wheat. HEX triplet: F1, DD and AF. RGB value is (241,221,175). Sum of RGB (Red+Green+Blue) = 241+221+175=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DDAF is #0E2250. Grayscale: #DDDDDD. Windows color (decimal): -926289 or 11525617. OLE color: 11525617.

HSL color Cylindrical-coordinate representation of color #F1DDAF: hue angle of 41.82º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1DDAF is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB241221175-
CMYK00.080.270.05
HSL41.82º70.21%81.57%-
HSV(B)41.82º27.39%94.51%-
XYZ69.8773.5151.06-
YUV221.74101.63141.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 175 (68.75% from 255) = 27.47%
R=37.83%
G=34.69%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122117500.080.270.0541.8270.2181.57
HexF1DDAF081B52a4652
Octal36133525701033552106122
Binary111100011101110110101111010001101110110101010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDAF; }

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

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

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

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

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

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

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

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