Html Css Color HEX #F1E0CC Sazerac

📋 copy color: '#F1E0CC'

red 241 ◦ green 224 ◦ blue 204

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

Shades of Sazerac #F1E0CC

Tints of Sazerac #F1E0CC

RGB

 RED value IS 241 (94.53% from 255) = 36.02%

 GREEN value IS 224 (87.89% from 255) = 33.48%

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

R = 36.02%
G = 33.48%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1E0CC (or 0xF1E0CC) is known color: Sazerac. HEX triplet: F1, E0 and CC. RGB value is (241,224,204). Sum of RGB (Red+Green+Blue) = 241+224+204=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E0CC is #0E1F33. Grayscale: #E2E2E2. Windows color (decimal): -925492 or 13426929. OLE color: 13426929.

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

Color convert

RGB 241 224 204 -
CMYK 0 0.07 0.15 0.05
HSL 32.43º 0.57% 0.87% -
HSV(B) 32.43º 0.15% 0.95% -
XYZ 73.83 76.37 67.98 -
YUV 226.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 241 224 204 0 0.07 0.15 0.05 32.43 0.57 0.87
Hex F1 E0 CC 0 7 F 5 20 39 57
Octal 361 340 314 0 7 17 5 40 71 127
Binary 11110001 11100000 11001100 0 111 1111 101 100000 111001 1010111

Color Harmonies of #F1E0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E0CC

Black with #F1E0CC

Text Example


Text Example

White with #F1E0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E0CC; }

 p { color: rgb(241,224,204); }

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

background-color css

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

 a { background-color: rgb(241,224,204); }

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

border-color css

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

 span { border-color: rgb(241,224,204); }

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