#F1DFAF

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

Shades of Wheat #F1DFAF

Tints of Wheat #F1DFAF

Color information

#F1DFAF (or 0xF1DFAF) is unknown color: approx Wheat. HEX triplet: F1, DF and AF. RGB value is (241,223,175). Sum of RGB (Red+Green+Blue) = 241+223+175=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DFAF is #0E2050. Grayscale: #DFDFDF. Windows color (decimal): -925777 or 11526129. OLE color: 11526129.

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

Color convert

RGB241223175-
CMYK00.070.270.05
HSL43.64º70.21%81.57%-
HSV(B)43.64º27.39%94.51%-
XYZ70.474.5751.24-
YUV222.91100.96140.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.72%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 175 (68.75% from 255) = 27.39%
R=37.72%
G=34.90%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122317500.070.270.0543.6470.2181.57
HexF1DFAF071B52c4652
Octal3613372570733554106122
Binary11110001110111111010111101111101110110110010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFAF; }

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

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

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

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

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

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

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

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