#F8DEC2

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

Shades of Sazerac #F8DEC2

Tints of Sazerac #F8DEC2

Color information

#F8DEC2 (or 0xF8DEC2) is unknown color: approx Sazerac. HEX triplet: F8, DE and C2. RGB value is (248,222,194). Sum of RGB (Red+Green+Blue) = 248+222+194=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 194 (76.17% from 255 or 29.22% from 664); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DEC2 is #07213D. Grayscale: #E2E2E2. Windows color (decimal): -467262 or 12771064. OLE color: 12771064.

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

Color convert

RGB248222194-
CMYK00.100.220.03
HSL31.11º79.41%86.67%-
HSV(B)31.11º21.77%97.25%-
XYZ74.5776.0961.8-
YUV226.58109.61143.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.35%
GREEN value IS 222 (87.11% from 255) = 33.43%
BLUE value IS 194 (76.17% from 255) = 29.22%
R=37.35%
G=33.43%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822219400.100.220.0331.1179.4186.67
HexF8DEC20A1631f4f57
Octal37033630201226337117127
Binary1111100011011110110000100101010110111111110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DEC2; }

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

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

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

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

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

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

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

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