#F6E0CE

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

Shades of Sazerac #F6E0CE

Tints of Sazerac #F6E0CE

Color information

#F6E0CE (or 0xF6E0CE) is unknown color: approx Sazerac. HEX triplet: F6, E0 and CE. RGB value is (246,224,206). Sum of RGB (Red+Green+Blue) = 246+224+206=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E0CE is #091F31. Grayscale: #E4E4E4. Windows color (decimal): -597810 or 13558006. OLE color: 13558006.

HSL color Cylindrical-coordinate representation of color #F6E0CE: hue angle of 27º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6E0CE is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB246224206-
CMYK00.090.160.04
HSL27º68.97%88.63%-
HSV(B)27º16.26%96.47%-
XYZ75.877.3669.33-
YUV228.53115.29140.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.39%
GREEN value IS 224 (87.89% from 255) = 33.14%
BLUE value IS 206 (80.86% from 255) = 30.47%
R=36.39%
G=33.14%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622420600.090.160.042768.9788.63
HexF6E0CE091041b4559
Octal36634031601120433105131
Binary11110110111000001100111001001100001001101110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E0CE; }

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

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

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

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

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

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

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

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