#F2DEC1

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

Shades of Sazerac #F2DEC1

Tints of Sazerac #F2DEC1

Color information

#F2DEC1 (or 0xF2DEC1) is unknown color: approx Sazerac. HEX triplet: F2, DE and C1. RGB value is (242,222,193). Sum of RGB (Red+Green+Blue) = 242+222+193=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 193 (75.78% from 255 or 29.38% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEC1 is #0D213E. Grayscale: #E0E0E0. Windows color (decimal): -860479 or 12705522. OLE color: 12705522.

HSL color Cylindrical-coordinate representation of color #F2DEC1: hue angle of 35.51º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2DEC1 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB242222193-
CMYK00.080.200.05
HSL35.51º65.33%85.29%-
HSV(B)35.51º20.25%94.9%-
XYZ72.3674.9761.11-
YUV224.67110.13140.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.83%
GREEN value IS 222 (87.11% from 255) = 33.79%
BLUE value IS 193 (75.78% from 255) = 29.38%
R=36.83%
G=33.79%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222219300.080.200.0535.5165.3385.29
HexF2DEC108145244155
Octal36233630101024544101125
Binary111100101101111011000001010001010010110010010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEC1; }

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

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

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

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

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

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

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

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