#F3E0CE

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

Shades of Sazerac #F3E0CE

Tints of Sazerac #F3E0CE

Color information

#F3E0CE (or 0xF3E0CE) is unknown color: approx Sazerac. HEX triplet: F3, E0 and CE. RGB value is (243,224,206). Sum of RGB (Red+Green+Blue) = 243+224+206=673 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.11% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0CE is #0C1F31. Grayscale: #E3E3E3. Windows color (decimal): -794418 or 13558003. OLE color: 13558003.

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

Color convert

RGB243224206-
CMYK00.080.150.05
HSL29.19º60.66%88.04%-
HSV(B)29.19º15.23%95.29%-
XYZ74.7676.8269.28-
YUV227.63115.79138.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.11%
GREEN value IS 224 (87.89% from 255) = 33.28%
BLUE value IS 206 (80.86% from 255) = 30.61%
R=36.11%
G=33.28%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322420600.080.150.0529.1960.6688.04
HexF3E0CE08F51d3d58
Octal3633403160101753575130
Binary111100111110000011001110010001111101111011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E0CE; }

 p { color: rgb(243,224,206); }

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

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

 a { background-color: rgb(243,224,206); }

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

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

 span { border-color: rgb(243,224,206); }

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