#F2DDC3

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

Shades of Sazerac #F2DDC3

Tints of Sazerac #F2DDC3

Color information

#F2DDC3 (or 0xF2DDC3) is unknown color: approx Sazerac. HEX triplet: F2, DD and C3. RGB value is (242,221,195). Sum of RGB (Red+Green+Blue) = 242+221+195=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 195 (76.56% from 255 or 29.64% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDC3 is #0D223C. Grayscale: #E0E0E0. Windows color (decimal): -860733 or 12836338. OLE color: 12836338.

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

Color convert

RGB242221195-
CMYK00.090.190.05
HSL33.19º64.38%85.69%-
HSV(B)33.19º19.42%94.9%-
XYZ72.3274.5362.2-
YUV224.32111.46140.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.78%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 195 (76.56% from 255) = 29.64%
R=36.78%
G=33.59%
B=29.64%

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
Decimal24222119500.090.190.0533.1964.3885.69
HexF2DDC309135214056
Octal36233530301123541100126
Binary111100101101110111000011010011001110110000110000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DDC3; }

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

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

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

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

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

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

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

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