#F2DDC4

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

Shades of Sazerac #F2DDC4

Tints of Sazerac #F2DDC4

Color information

#F2DDC4 (or 0xF2DDC4) is unknown color: approx Sazerac. HEX triplet: F2, DD and C4. RGB value is (242,221,196). Sum of RGB (Red+Green+Blue) = 242+221+196=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 196 (76.95% from 255 or 29.74% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDC4 is #0D223B. Grayscale: #E0E0E0. Windows color (decimal): -860732 or 12901874. OLE color: 12901874.

HSL color Cylindrical-coordinate representation of color #F2DDC4: hue angle of 32.61º 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 #F2DDC4 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB242221196-
CMYK00.090.190.05
HSL32.61º63.89%85.88%-
HSV(B)32.61º19.01%94.9%-
XYZ72.4474.5862.8-
YUV224.43111.96140.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.72%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 196 (76.95% from 255) = 29.74%
R=36.72%
G=33.54%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222119600.090.190.0532.6163.8985.88
HexF2DDC409135214056
Octal36233530401123541100126
Binary111100101101110111000100010011001110110000110000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DDC4; }

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

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

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

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

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

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

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

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