#F2DFCC

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

Shades of Sazerac #F2DFCC

Tints of Sazerac #F2DFCC

Color information

#F2DFCC (or 0xF2DFCC) is unknown color: approx Sazerac. HEX triplet: F2, DF and CC. RGB value is (242,223,204). Sum of RGB (Red+Green+Blue) = 242+223+204=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFCC is #0D2033. Grayscale: #E2E2E2. Windows color (decimal): -860212 or 13426674. OLE color: 13426674.

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

Color convert

RGB242223204-
CMYK00.080.160.05
HSL30º59.38%87.45%-
HSV(B)30º15.7%94.9%-
XYZ73.976.0167.9-
YUV226.52115.29139.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.17%
GREEN value IS 223 (87.5% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 30.49%
R=36.17%
G=33.33%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222320400.080.160.053059.3887.45
HexF2DFCC081051e3b57
Octal3623373140102053673127
Binary1111001011011111110011000100010000101111101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFCC; }

 p { color: rgb(242,223,204); }

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

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

 a { background-color: rgb(242,223,204); }

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

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

 span { border-color: rgb(242,223,204); }

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