#F2E1CB

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

Shades of Sazerac #F2E1CB

Tints of Sazerac #F2E1CB

Color information

#F2E1CB (or 0xF2E1CB) is unknown color: approx Sazerac. HEX triplet: F2, E1 and CB. RGB value is (242,225,203). Sum of RGB (Red+Green+Blue) = 242+225+203=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1CB is #0D1E34. Grayscale: #E3E3E3. Windows color (decimal): -859701 or 13361650. OLE color: 13361650.

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

Color convert

RGB242225203-
CMYK00.070.160.05
HSL33.85º60%87.25%-
HSV(B)33.85º16.12%94.9%-
XYZ74.3277.0467.45-
YUV227.58114.13138.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.12%
GREEN value IS 225 (88.28% from 255) = 33.58%
BLUE value IS 203 (79.69% from 255) = 30.30%
R=36.12%
G=33.58%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222520300.070.160.0533.856087.25
HexF2E1CB07105223c57
Octal362341313072054274127
Binary1111001011100001110010110111100001011000101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E1CB; }

 p { color: rgb(242,225,203); }

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

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

 a { background-color: rgb(242,225,203); }

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

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

 span { border-color: rgb(242,225,203); }

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