#F9E1CA

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

Shades of Sazerac #F9E1CA

Tints of Sazerac #F9E1CA

Color information

#F9E1CA (or 0xF9E1CA) is unknown color: approx Sazerac. HEX triplet: F9, E1 and CA. RGB value is (249,225,202). Sum of RGB (Red+Green+Blue) = 249+225+202=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 202 (79.30% from 255 or 29.88% from 676); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E1CA is #061E35. Grayscale: #E5E5E5. Windows color (decimal): -400950 or 13296121. OLE color: 13296121.

HSL color Cylindrical-coordinate representation of color #F9E1CA: hue angle of 29.36º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9E1CA is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249225202-
CMYK00.100.190.02
HSL29.36º79.66%88.43%-
HSV(B)29.36º18.88%97.65%-
XYZ76.6578.2566.94-
YUV229.55112.45141.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.83%
GREEN value IS 225 (88.28% from 255) = 33.28%
BLUE value IS 202 (79.30% from 255) = 29.88%
R=36.83%
G=33.28%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922520200.100.190.0229.3679.6688.43
HexF9E1CA0A1321d5058
Octal37134131201223235120130
Binary1111100111100001110010100101010011101110110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E1CA; }

 p { color: rgb(249,225,202); }

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

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

 a { background-color: rgb(249,225,202); }

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

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

 span { border-color: rgb(249,225,202); }

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