#F3DDC6

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

Shades of Sazerac #F3DDC6

Tints of Sazerac #F3DDC6

Color information

#F3DDC6 (or 0xF3DDC6) is unknown color: approx Sazerac. HEX triplet: F3, DD and C6. RGB value is (243,221,198). Sum of RGB (Red+Green+Blue) = 243+221+198=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 198 (77.73% from 255 or 29.91% from 662); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DDC6 is #0C2239. Grayscale: #E1E1E1. Windows color (decimal): -795194 or 13032947. OLE color: 13032947.

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

Color convert

RGB243221198-
CMYK00.090.190.05
HSL30.67º65.22%86.47%-
HSV(B)30.67º18.52%95.29%-
XYZ73.0174.8464.02-
YUV224.96112.79140.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.71%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 198 (77.73% from 255) = 29.91%
R=36.71%
G=33.38%
B=29.91%

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
Decimal24322119800.090.190.0530.6765.2286.47
HexF3DDC6091351f4156
Octal36333530601123537101126
Binary11110011110111011100011001001100111011111110000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DDC6; }

 p { color: rgb(243,221,198); }

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

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

 a { background-color: rgb(243,221,198); }

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

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

 span { border-color: rgb(243,221,198); }

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