#F8DCB1

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

Shades of Wheat #F8DCB1

Tints of Wheat #F8DCB1

Color information

#F8DCB1 (or 0xF8DCB1) is unknown color: approx Wheat. HEX triplet: F8, DC and B1. RGB value is (248,220,177). Sum of RGB (Red+Green+Blue) = 248+220+177=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 177 (69.53% from 255 or 27.44% from 645); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DCB1 is #07234E. Grayscale: #DFDFDF. Windows color (decimal): -467791 or 11656440. OLE color: 11656440.

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

Color convert

RGB248220177-
CMYK00.110.290.03
HSL36.34º83.53%83.33%-
HSV(B)36.34º28.63%97.25%-
XYZ72.2474.3252.13-
YUV223.47101.78145.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.45%
GREEN value IS 220 (86.33% from 255) = 34.11%
BLUE value IS 177 (69.53% from 255) = 27.44%
R=38.45%
G=34.11%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822017700.110.290.0336.3483.5383.33
HexF8DCB10B1D3245453
Octal37033426101335344124123
Binary11111000110111001011000101011111011110010010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCB1; }

 p { color: rgb(248,220,177); }

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

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

 a { background-color: rgb(248,220,177); }

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

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

 span { border-color: rgb(248,220,177); }

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