#F5DEBA

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

Shades of Wheat #F5DEBA

Tints of Wheat #F5DEBA

Color information

#F5DEBA (or 0xF5DEBA) is unknown color: approx Wheat. HEX triplet: F5, DE and BA. RGB value is (245,222,186). Sum of RGB (Red+Green+Blue) = 245+222+186=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEBA is #0A2145. Grayscale: #E0E0E0. Windows color (decimal): -663878 or 12246773. OLE color: 12246773.

HSL color Cylindrical-coordinate representation of color #F5DEBA: hue angle of 36.61º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5DEBA is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245222186-
CMYK00.090.240.04
HSL36.61º74.68%84.51%-
HSV(B)36.61º24.08%96.08%-
XYZ72.6475.257.14-
YUV224.77106.12142.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.52%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 186 (73.05% from 255) = 28.48%
R=37.52%
G=34.00%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522218600.090.240.0436.6174.6884.51
HexF5DEBA09184254b55
Octal36533627201130445113125
Binary111101011101111010111010010011100010010010110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DEBA; }

 p { color: rgb(245,222,186); }

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

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

 a { background-color: rgb(245,222,186); }

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

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

 span { border-color: rgb(245,222,186); }

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