Html Css Color HEX #F0E1CE Quarter Spanish White

📋 copy color: '#F0E1CE'

red 240 ◦ green 225 ◦ blue 206

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

Shades of Quarter Spanish White #F0E1CE

Tints of Quarter Spanish White #F0E1CE

RGB

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

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

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

R = 35.77%
G = 33.53%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0E1CE (or 0xF0E1CE) is known color: Quarter Spanish White. HEX triplet: F0, E1 and CE. RGB value is (240,225,206). Sum of RGB (Red+Green+Blue) = 240+225+206=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1CE is #0F1E31. Grayscale: #E3E3E3. Windows color (decimal): -990770 or 13558256. OLE color: 13558256.

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

Color convert

RGB 240 225 206 -
CMYK 0 0.06 0.14 0.06
HSL 33.53º 0.53% 0.87% -
HSV(B) 33.53º 0.14% 0.94% -
XYZ 74 76.83 69.32 -
YUV 227.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 240 225 206 0 0.06 0.14 0.06 33.53 0.53 0.87
Hex F0 E1 CE 0 6 E 6 22 35 57
Octal 360 341 316 0 6 16 6 42 65 127
Binary 11110000 11100001 11001110 0 110 1110 110 100010 110101 1010111

Color Harmonies of #F0E1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E1CE

Black with #F0E1CE

Text Example


Text Example

White with #F0E1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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