#F2DEC8

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

Shades of Sazerac #F2DEC8

Tints of Sazerac #F2DEC8

Color information

#F2DEC8 (or 0xF2DEC8) is unknown color: approx Sazerac. HEX triplet: F2, DE and C8. RGB value is (242,222,200). Sum of RGB (Red+Green+Blue) = 242+222+200=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 200 (78.52% from 255 or 30.12% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEC8 is #0D2137. Grayscale: #E1E1E1. Windows color (decimal): -860472 or 13164274. OLE color: 13164274.

HSL color Cylindrical-coordinate representation of color #F2DEC8: hue angle of 31.43º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2DEC8 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242222200-
CMYK00.080.170.05
HSL31.43º61.76%86.67%-
HSV(B)31.43º17.36%94.9%-
XYZ73.1675.2965.32-
YUV225.47113.63139.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.45%
GREEN value IS 222 (87.11% from 255) = 33.43%
BLUE value IS 200 (78.52% from 255) = 30.12%
R=36.45%
G=33.43%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222220000.080.170.0531.4361.7686.67
HexF2DEC8081151f3e57
Octal3623363100102153776127
Binary1111001011011110110010000100010001101111111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEC8; }

 p { color: rgb(242,222,200); }

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

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

 a { background-color: rgb(242,222,200); }

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

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

 span { border-color: rgb(242,222,200); }

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