#F1DEB4

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

Shades of Wheat #F1DEB4

Tints of Wheat #F1DEB4

Color information

#F1DEB4 (or 0xF1DEB4) is unknown color: approx Wheat. HEX triplet: F1, DE and B4. RGB value is (241,222,180). Sum of RGB (Red+Green+Blue) = 241+222+180=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 180 (70.70% from 255 or 27.99% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEB4 is #0E214B. Grayscale: #DFDFDF. Windows color (decimal): -926028 or 11853553. OLE color: 11853553.

HSL color Cylindrical-coordinate representation of color #F1DEB4: hue angle of 41.31º degrees, saturation: 0.69, 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 #F1DEB4 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB241222180-
CMYK00.080.250.05
HSL41.31º68.54%82.55%-
HSV(B)41.31º25.31%94.51%-
XYZ70.6474.2453.79-
YUV222.89103.79140.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 180 (70.70% from 255) = 27.99%
R=37.48%
G=34.53%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122218000.080.250.0541.3168.5482.55
HexF1DEB408195294553
Octal36133626401031551105123
Binary111100011101111010110100010001100110110100110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEB4; }

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

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

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

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

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

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

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

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