#F7E1CE

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

Shades of Sazerac #F7E1CE

Tints of Sazerac #F7E1CE

Color information

#F7E1CE (or 0xF7E1CE) is unknown color: approx Sazerac. HEX triplet: F7, E1 and CE. RGB value is (247,225,206). Sum of RGB (Red+Green+Blue) = 247+225+206=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 206 (80.86% from 255 or 30.38% from 678); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E1CE is #081E31. Grayscale: #E5E5E5. Windows color (decimal): -532018 or 13558263. OLE color: 13558263.

HSL color Cylindrical-coordinate representation of color #F7E1CE: hue angle of 27.8º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7E1CE is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247225206-
CMYK00.090.170.03
HSL27.8º71.93%88.82%-
HSV(B)27.8º16.6%96.86%-
XYZ76.4278.0869.44-
YUV229.41114.79140.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.43%
GREEN value IS 225 (88.28% from 255) = 33.19%
BLUE value IS 206 (80.86% from 255) = 30.38%
R=36.43%
G=33.19%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722520600.090.170.0327.871.9388.82
HexF7E1CE091131c4859
Octal36734131601121334110131
Binary1111011111100001110011100100110001111110010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E1CE; }

 p { color: rgb(247,225,206); }

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

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

 a { background-color: rgb(247,225,206); }

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

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

 span { border-color: rgb(247,225,206); }

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