#F2DFCD

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

Shades of Sazerac #F2DFCD

Tints of Sazerac #F2DFCD

Color information

#F2DFCD (or 0xF2DFCD) is unknown color: approx Sazerac. HEX triplet: F2, DF and CD. RGB value is (242,223,205). Sum of RGB (Red+Green+Blue) = 242+223+205=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFCD is #0D2032. Grayscale: #E2E2E2. Windows color (decimal): -860211 or 13492210. OLE color: 13492210.

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

Color convert

RGB242223205-
CMYK00.080.150.05
HSL29.19º58.73%87.65%-
HSV(B)29.19º15.29%94.9%-
XYZ74.0376.0668.54-
YUV226.63115.79138.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.12%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=36.12%
G=33.28%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222320500.080.150.0529.1958.7387.65
HexF2DFCD08F51d3b58
Octal3623373150101753573130
Binary111100101101111111001101010001111101111011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFCD; }

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

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

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

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

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

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

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

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