Html Css Color HEX #F0E0CC Sazerac

📋 copy color: '#F0E0CC'

red 240 ◦ green 224 ◦ blue 204

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

Shades of Sazerac #F0E0CC

Tints of Sazerac #F0E0CC

RGB

 RED value IS 240 (94.14% from 255) = 35.93%

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

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

R = 35.93%
G = 33.53%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0E0CC (or 0xF0E0CC) is known color: Sazerac. HEX triplet: F0, E0 and CC. RGB value is (240,224,204). Sum of RGB (Red+Green+Blue) = 240+224+204=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0CC is #0F1F33. Grayscale: #E2E2E2. Windows color (decimal): -991028 or 13426928. OLE color: 13426928.

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

Color convert

RGB 240 224 204 -
CMYK 0 0.07 0.15 0.06
HSL 33.33º 0.55% 0.87% -
HSV(B) 33.33º 0.15% 0.94% -
XYZ 73.49 76.2 67.96 -
YUV 226.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 240 224 204 0 0.07 0.15 0.06 33.33 0.55 0.87
Hex F0 E0 CC 0 7 F 6 21 37 57
Octal 360 340 314 0 7 17 6 41 67 127
Binary 11110000 11100000 11001100 0 111 1111 110 100001 110111 1010111

Color Harmonies of #F0E0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E0CC

Black with #F0E0CC

Text Example


Text Example

White with #F0E0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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