Html Css Color HEX #F0E0CB Sazerac

📋 copy color: '#F0E0CB'

red 240 ◦ green 224 ◦ blue 203

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

Shades of Sazerac #F0E0CB

Tints of Sazerac #F0E0CB

RGB

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

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

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

R = 35.98%
G = 33.58%
B = 30.43%

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

#F0E0CB (or 0xF0E0CB) is known color: Sazerac. HEX triplet: F0, E0 and CB. RGB value is (240,224,203). Sum of RGB (Red+Green+Blue) = 240+224+203=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0CB is #0F1F34. Grayscale: #E2E2E2. Windows color (decimal): -991029 or 13361392. OLE color: 13361392.

HSL color Cylindrical-coordinate representation of color #F0E0CB: hue angle of 34.05º 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 #F0E0CB is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 224 203 -
CMYK 0 0.07 0.15 0.06
HSL 34.05º 0.55% 0.87% -
HSV(B) 34.05º 0.15% 0.94% -
XYZ 73.37 76.15 67.33 -
YUV 226.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 240 224 203 0 0.07 0.15 0.06 34.05 0.55 0.87
Hex F0 E0 CB 0 7 F 6 22 37 57
Octal 360 340 313 0 7 17 6 42 67 127
Binary 11110000 11100000 11001011 0 111 1111 110 100010 110111 1010111

Color Harmonies of #F0E0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E0CB

Black with #F0E0CB

Text Example


Text Example

White with #F0E0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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