Html Css Color HEX #F2E1CC Sazerac

📋 copy color: '#F2E1CC'

red 242 ◦ green 225 ◦ blue 204

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

Shades of Sazerac #F2E1CC

Tints of Sazerac #F2E1CC

RGB

 RED value IS 242 (94.92% from 255) = 36.07%

 GREEN value IS 225 (88.28% from 255) = 33.53%

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

R = 36.07%
G = 33.53%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2E1CC (or 0xF2E1CC) is known color: Sazerac. HEX triplet: F2, E1 and CC. RGB value is (242,225,204). Sum of RGB (Red+Green+Blue) = 242+225+204=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1CC is #0D1E33. Grayscale: #E3E3E3. Windows color (decimal): -859700 or 13427186. OLE color: 13427186.

HSL color Cylindrical-coordinate representation of color #F2E1CC: hue angle of 33.16º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2E1CC is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 225 204 -
CMYK 0 0.07 0.16 0.05
HSL 33.16º 0.59% 0.87% -
HSV(B) 33.16º 0.16% 0.95% -
XYZ 74.44 77.09 68.08 -
YUV 227.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 242 225 204 0 0.07 0.16 0.05 33.16 0.59 0.87
Hex F2 E1 CC 0 7 10 5 21 3B 57
Octal 362 341 314 0 7 20 5 41 73 127
Binary 11110010 11100001 11001100 0 111 10000 101 100001 111011 1010111

Color Harmonies of #F2E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E1CC

Black with #F2E1CC

Text Example


Text Example

White with #F2E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E1CC; }

 p { color: rgb(242,225,204); }

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

background-color css

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

 a { background-color: rgb(242,225,204); }

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

border-color css

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

 span { border-color: rgb(242,225,204); }

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