Html Css Color HEX #F9E1CA Sazerac

📋 copy color: '#F9E1CA'

red 249 ◦ green 225 ◦ blue 202

#F9E1CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sazerac #F9E1CA

Tints of Sazerac #F9E1CA

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.3% from 255) = 29.88%

R = 36.83%
G = 33.28%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F9E1CA (or 0xF9E1CA) is known color: 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

RGB 249 225 202 -
CMYK 0 0.10 0.19 0.02
HSL 29.36º 0.8% 0.88% -
HSV(B) 29.36º 0.19% 0.98% -
XYZ 76.65 78.25 66.94 -
YUV 229.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 249 225 202 0 0.10 0.19 0.02 29.36 0.8 0.88
Hex F9 E1 CA 0 A 13 2 1D 50 58
Octal 371 341 312 0 12 23 2 35 120 130
Binary 11111001 11100001 11001010 0 1010 10011 10 11101 1010000 1011000

Color Harmonies of #F9E1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E1CA

Black with #F9E1CA

Text Example


Text Example

White with #F9E1CA

Text Example


Text Example

HTML Codes & Css Web 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>