Html Css Color HEX #F9E2CC Sazerac

📋 copy color: '#F9E2CC'

red 249 ◦ green 226 ◦ blue 204

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

Shades of Sazerac #F9E2CC

Tints of Sazerac #F9E2CC

RGB

 RED value IS 249 (97.66% from 255) = 36.67%

 GREEN value IS 226 (88.67% from 255) = 33.28%

 BLUE value IS 204 (80.08% from 255) = 30.04%

R = 36.67%
G = 33.28%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9E2CC (or 0xF9E2CC) is known color: Sazerac. HEX triplet: F9, E2 and CC. RGB value is (249,226,204). Sum of RGB (Red+Green+Blue) = 249+226+204=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E2CC is #061D33. Grayscale: #E6E6E6. Windows color (decimal): -400692 or 13427449. OLE color: 13427449.

HSL color Cylindrical-coordinate representation of color #F9E2CC: hue angle of 29.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9E2CC is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 226 204 -
CMYK 0 0.09 0.18 0.02
HSL 29.33º 0.79% 0.89% -
HSV(B) 29.33º 0.18% 0.98% -
XYZ 77.16 78.89 68.29 -
YUV 230.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 249 226 204 0 0.09 0.18 0.02 29.33 0.79 0.89
Hex F9 E2 CC 0 9 12 2 1D 4F 59
Octal 371 342 314 0 11 22 2 35 117 131
Binary 11111001 11100010 11001100 0 1001 10010 10 11101 1001111 1011001

Color Harmonies of #F9E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E2CC

Black with #F9E2CC

Text Example


Text Example

White with #F9E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E2CC; }

 p { color: rgb(249,226,204); }

 H1.HeaderClassName
 {
   color: #F9E2CC;
 }
 .AnyTagClassName
 {
   color: #F9E2CC;
 }
</style>

background-color css

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

 a { background-color: rgb(249,226,204); }

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

border-color css

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

 span { border-color: rgb(249,226,204); }

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