#F3DCC6

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

Shades of Sazerac #F3DCC6

Tints of Sazerac #F3DCC6

Color information

#F3DCC6 (or 0xF3DCC6) is unknown color: approx Sazerac. HEX triplet: F3, DC and C6. RGB value is (243,220,198). Sum of RGB (Red+Green+Blue) = 243+220+198=661 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.76% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 198 (77.73% from 255 or 29.95% from 661); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCC6 is #0C2339. Grayscale: #E0E0E0. Windows color (decimal): -795450 or 13032691. OLE color: 13032691.

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

Color convert

RGB243220198-
CMYK00.090.190.05
HSL29.33º65.22%86.47%-
HSV(B)29.33º18.52%95.29%-
XYZ72.7574.3263.94-
YUV224.37113.12141.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.76%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 198 (77.73% from 255) = 29.95%
R=36.76%
G=33.28%
B=29.95%

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
Decimal24322019800.090.190.0529.3365.2286.47
HexF3DCC6091351d4156
Octal36333430601123535101126
Binary11110011110111001100011001001100111011110110000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCC6; }

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

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

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

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

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

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

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

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