#F6E1CD

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

Shades of Sazerac #F6E1CD

Tints of Sazerac #F6E1CD

Color information

#F6E1CD (or 0xF6E1CD) is unknown color: approx Sazerac. HEX triplet: F6, E1 and CD. RGB value is (246,225,205). Sum of RGB (Red+Green+Blue) = 246+225+205=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E1CD is #091E32. Grayscale: #E5E5E5. Windows color (decimal): -597555 or 13492726. OLE color: 13492726.

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

Color convert

RGB246225205-
CMYK00.090.170.04
HSL29.27º69.49%88.43%-
HSV(B)29.27º16.67%96.47%-
XYZ75.9577.8568.78-
YUV229114.46140.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.39%
GREEN value IS 225 (88.28% from 255) = 33.28%
BLUE value IS 205 (80.47% from 255) = 30.33%
R=36.39%
G=33.28%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622520500.090.170.0429.2769.4988.43
HexF6E1CD091141d4558
Octal36634131501121435105130
Binary11110110111000011100110101001100011001110110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E1CD; }

 p { color: rgb(246,225,205); }

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

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

 a { background-color: rgb(246,225,205); }

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

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

 span { border-color: rgb(246,225,205); }

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