#F2DFC4

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

Shades of Sazerac #F2DFC4

Tints of Sazerac #F2DFC4

Color information

#F2DFC4 (or 0xF2DFC4) is unknown color: approx Sazerac. HEX triplet: F2, DF and C4. RGB value is (242,223,196). Sum of RGB (Red+Green+Blue) = 242+223+196=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 196 (76.95% from 255 or 29.65% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFC4 is #0D203B. Grayscale: #E1E1E1. Windows color (decimal): -860220 or 12902386. OLE color: 12902386.

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

Color convert

RGB242223196-
CMYK00.080.190.05
HSL35.22º63.89%85.88%-
HSV(B)35.22º19.01%94.9%-
XYZ72.9775.6462.98-
YUV225.6111.29139.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.61%
GREEN value IS 223 (87.5% from 255) = 33.74%
BLUE value IS 196 (76.95% from 255) = 29.65%
R=36.61%
G=33.74%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222319600.080.190.0535.2263.8985.88
HexF2DFC408135234056
Octal36233730401023543100126
Binary111100101101111111000100010001001110110001110000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFC4; }

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

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

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

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

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

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

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

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