Html Css Color HEX #F2E1CB Sazerac

📋 copy color: '#F2E1CB'

red 242 ◦ green 225 ◦ blue 203

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

Shades of Sazerac #F2E1CB

Tints of Sazerac #F2E1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.3%

R = 36.12%
G = 33.58%
B = 30.3%

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

#F2E1CB (or 0xF2E1CB) is known color: Sazerac. HEX triplet: F2, E1 and CB. RGB value is (242,225,203). Sum of RGB (Red+Green+Blue) = 242+225+203=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1CB is #0D1E34. Grayscale: #E3E3E3. Windows color (decimal): -859701 or 13361650. OLE color: 13361650.

HSL color Cylindrical-coordinate representation of color #F2E1CB: hue angle of 33.85º degrees, saturation: 0.6, 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 #F2E1CB is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 225 203 -
CMYK 0 0.07 0.16 0.05
HSL 33.85º 0.6% 0.87% -
HSV(B) 33.85º 0.16% 0.95% -
XYZ 74.32 77.04 67.45 -
YUV 227.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 242 225 203 0 0.07 0.16 0.05 33.85 0.6 0.87
Hex F2 E1 CB 0 7 10 5 22 3C 57
Octal 362 341 313 0 7 20 5 42 74 127
Binary 11110010 11100001 11001011 0 111 10000 101 100010 111100 1010111

Color Harmonies of #F2E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E1CB

Black with #F2E1CB

Text Example


Text Example

White with #F2E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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