#F7E2CD

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

Shades of Sazerac #F7E2CD

Tints of Sazerac #F7E2CD

Color information

#F7E2CD (or 0xF7E2CD) is unknown color: approx Sazerac. HEX triplet: F7, E2 and CD. RGB value is (247,226,205). Sum of RGB (Red+Green+Blue) = 247+226+205=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E2CD is #081D32. Grayscale: #E5E5E5. Windows color (decimal): -531763 or 13492983. OLE color: 13492983.

HSL color Cylindrical-coordinate representation of color #F7E2CD: hue angle of 30º 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 #F7E2CD is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247226205-
CMYK00.090.170.03
HSL30º72.41%88.63%-
HSV(B)30º17%96.86%-
XYZ76.5778.5768.89-
YUV229.88113.96140.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.43%
GREEN value IS 226 (88.67% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 30.24%
R=36.43%
G=33.33%
B=30.24%

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
Decimal24722620500.090.170.033072.4188.63
HexF7E2CD091131e4859
Octal36734231501121336110131
Binary1111011111100010110011010100110001111111010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E2CD; }

 p { color: rgb(247,226,205); }

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

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

 a { background-color: rgb(247,226,205); }

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

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

 span { border-color: rgb(247,226,205); }

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