#F1DFB5

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

Shades of Wheat #F1DFB5

Tints of Wheat #F1DFB5

Color information

#F1DFB5 (or 0xF1DFB5) is unknown color: approx Wheat. HEX triplet: F1, DF and B5. RGB value is (241,223,181). Sum of RGB (Red+Green+Blue) = 241+223+181=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 181 (71.09% from 255 or 28.06% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFB5 is #0E204A. Grayscale: #DFDFDF. Windows color (decimal): -925771 or 11919345. OLE color: 11919345.

HSL color Cylindrical-coordinate representation of color #F1DFB5: hue angle of 42º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1DFB5 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB241223181-
CMYK00.070.250.05
HSL42º68.18%82.75%-
HSV(B)42º24.9%94.51%-
XYZ7174.8154.41-
YUV223.59103.96140.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.36%
GREEN value IS 223 (87.5% from 255) = 34.57%
BLUE value IS 181 (71.09% from 255) = 28.06%
R=37.36%
G=34.57%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122318100.070.250.054268.1882.75
HexF1DFB5071952a4453
Octal3613372650731552104123
Binary11110001110111111011010101111100110110101010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFB5; }

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

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

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

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

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

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

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

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