#F1DEB3

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

Shades of Wheat #F1DEB3

Tints of Wheat #F1DEB3

Color information

#F1DEB3 (or 0xF1DEB3) is unknown color: approx Wheat. HEX triplet: F1, DE and B3. RGB value is (241,222,179). Sum of RGB (Red+Green+Blue) = 241+222+179=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 179 (70.31% from 255 or 27.88% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEB3 is #0E214C. Grayscale: #DEDEDE. Windows color (decimal): -926029 or 11788017. OLE color: 11788017.

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

Color convert

RGB241222179-
CMYK00.080.260.05
HSL41.61º68.89%82.35%-
HSV(B)41.61º25.73%94.51%-
XYZ70.5374.253.25-
YUV222.78103.29141-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.54%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 179 (70.31% from 255) = 27.88%
R=37.54%
G=34.58%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122217900.080.260.0541.6168.8982.35
HexF1DEB3081A52a4552
Octal36133626301032552105122
Binary111100011101111010110011010001101010110101010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEB3; }

 p { color: rgb(241,222,179); }

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

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

 a { background-color: rgb(241,222,179); }

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

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

 span { border-color: rgb(241,222,179); }

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