#F1E0CD

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

Shades of Sazerac #F1E0CD

Tints of Sazerac #F1E0CD

Color information

#F1E0CD (or 0xF1E0CD) is unknown color: approx Sazerac. HEX triplet: F1, E0 and CD. RGB value is (241,224,205). Sum of RGB (Red+Green+Blue) = 241+224+205=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E0CD is #0E1F32. Grayscale: #E3E3E3. Windows color (decimal): -925491 or 13492465. OLE color: 13492465.

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

Color convert

RGB241224205-
CMYK00.070.150.05
HSL31.67º56.25%87.45%-
HSV(B)31.67º14.94%94.51%-
XYZ73.9576.4268.61-
YUV226.92115.63138.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.97%
GREEN value IS 224 (87.89% from 255) = 33.43%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=35.97%
G=33.43%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122420500.070.150.0531.6756.2587.45
HexF1E0CD07F5203857
Octal361340315071754070127
Binary111100011110000011001101011111111011000001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E0CD; }

 p { color: rgb(241,224,205); }

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

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

 a { background-color: rgb(241,224,205); }

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

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

 span { border-color: rgb(241,224,205); }

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