Html Css Color HEX #F0E0CE Sazerac

📋 copy color: '#F0E0CE'

red 240 ◦ green 224 ◦ blue 206

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

Shades of Sazerac #F0E0CE

Tints of Sazerac #F0E0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.75%

R = 35.82%
G = 33.43%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0E0CE (or 0xF0E0CE) is known color: Sazerac. HEX triplet: F0, E0 and CE. RGB value is (240,224,206). Sum of RGB (Red+Green+Blue) = 240+224+206=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0CE is #0F1F31. Grayscale: #E2E2E2. Windows color (decimal): -991026 or 13558000. OLE color: 13558000.

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

Color convert

RGB 240 224 206 -
CMYK 0 0.07 0.14 0.06
HSL 31.76º 0.53% 0.87% -
HSV(B) 31.76º 0.14% 0.94% -
XYZ 73.73 76.29 69.23 -
YUV 226.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 240 224 206 0 0.07 0.14 0.06 31.76 0.53 0.87
Hex F0 E0 CE 0 7 E 6 20 35 57
Octal 360 340 316 0 7 16 6 40 65 127
Binary 11110000 11100000 11001110 0 111 1110 110 100000 110101 1010111

Color Harmonies of #F0E0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E0CE

Black with #F0E0CE

Text Example


Text Example

White with #F0E0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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