#F1DCAF

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

Shades of Wheat #F1DCAF

Tints of Wheat #F1DCAF

Color information

#F1DCAF (or 0xF1DCAF) is unknown color: approx Wheat. HEX triplet: F1, DC and AF. RGB value is (241,220,175). Sum of RGB (Red+Green+Blue) = 241+220+175=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DCAF is #0E2350. Grayscale: #DDDDDD. Windows color (decimal): -926545 or 11525361. OLE color: 11525361.

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

Color convert

RGB241220175-
CMYK00.090.270.05
HSL40.91º70.21%81.57%-
HSV(B)40.91º27.39%94.51%-
XYZ69.6172.9850.98-
YUV221.15101.96142.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.89%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 175 (68.75% from 255) = 27.52%
R=37.89%
G=34.59%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122017500.090.270.0540.9170.2181.57
HexF1DCAF091B5294652
Octal36133425701133551106122
Binary111100011101110010101111010011101110110100110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCAF; }

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

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

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

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

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

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

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

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