#F0E5EE

Color #F0E5EE Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #F0E5EE

Tints of Selago #F0E5EE

Color information

#F0E5EE (or 0xF0E5EE) is unknown color: approx Selago. HEX triplet: F0, E5 and EE. RGB value is (240,229,238). Sum of RGB (Red+Green+Blue) = 240+229+238=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 229 (89.84% from 255 or 32.39% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E5EE is #0F1A11. Grayscale: #E9E9E9. Windows color (decimal): -989714 or 15656432. OLE color: 15656432.

HSL color Cylindrical-coordinate representation of color #F0E5EE: hue angle of 310.91º degrees, saturation: 0.27, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0E5EE is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240229238-
CMYK00.050.010.06
HSL310.91º26.83%91.96%-
HSV(B)310.91º4.58%94.12%-
XYZ79.3980.7492.29-
YUV233.32130.64132.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.95%
GREEN value IS 229 (89.84% from 255) = 32.39%
BLUE value IS 238 (93.36% from 255) = 33.66%
R=33.95%
G=32.39%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022923800.050.010.06310.9126.8391.96
HexF0E5EE05161371b5c
Octal360345356051646733134
Binary11110000111001011110111001011110100110111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E5EE; }

 p { color: rgb(240,229,238); }

 H1.HeaderClassName
 {
   color: #F0E5EE;
 }
 .AnyTagClassName
 {
   color: #F0E5EE;
 }
</style>
background-color css

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

 a { background-color: rgb(240,229,238); }

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

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

 span { border-color: rgb(240,229,238); }

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