#F8DEB6

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

Shades of Wheat #F8DEB6

Tints of Wheat #F8DEB6

Color information

#F8DEB6 (or 0xF8DEB6) is unknown color: approx Wheat. HEX triplet: F8, DE and B6. RGB value is (248,222,182). Sum of RGB (Red+Green+Blue) = 248+222+182=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 182 (71.48% from 255 or 27.91% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DEB6 is #072149. Grayscale: #E1E1E1. Windows color (decimal): -467274 or 11984632. OLE color: 11984632.

HSL color Cylindrical-coordinate representation of color #F8DEB6: hue angle of 36.36º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8DEB6 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB248222182-
CMYK00.100.270.03
HSL36.36º82.5%84.31%-
HSV(B)36.36º26.61%97.25%-
XYZ73.2875.5854.98-
YUV225.21103.61144.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.04%
GREEN value IS 222 (87.11% from 255) = 34.05%
BLUE value IS 182 (71.48% from 255) = 27.91%
R=38.04%
G=34.05%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822218200.100.270.0336.3682.584.31
HexF8DEB60A1B3245254
Octal37033626601233344122124
Binary11111000110111101011011001010110111110010010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DEB6; }

 p { color: rgb(248,222,182); }

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

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

 a { background-color: rgb(248,222,182); }

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

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

 span { border-color: rgb(248,222,182); }

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