#F0E3EE

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

Shades of Selago #F0E3EE

Tints of Selago #F0E3EE

Color information

#F0E3EE (or 0xF0E3EE) is unknown color: approx Selago. HEX triplet: F0, E3 and EE. RGB value is (240,227,238). Sum of RGB (Red+Green+Blue) = 240+227+238=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 227 (89.06% from 255 or 32.20% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E3EE is #0F1C11. Grayscale: #E8E8E8. Windows color (decimal): -990226 or 15655920. OLE color: 15655920.

HSL color Cylindrical-coordinate representation of color #F0E3EE: hue angle of 309.23º degrees, saturation: 0.3, 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 #F0E3EE is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240227238-
CMYK00.050.010.06
HSL309.23º30.23%91.57%-
HSV(B)309.23º5.42%94.12%-
XYZ78.8479.6492.11-
YUV232.14131.31133.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.04%
GREEN value IS 227 (89.06% from 255) = 32.20%
BLUE value IS 238 (93.36% from 255) = 33.76%
R=34.04%
G=32.20%
B=33.76%

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
Decimal24022723800.050.010.06309.2330.2391.57
HexF0E3EE05161351e5c
Octal360343356051646536134
Binary11110000111000111110111001011110100110101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E3EE; }

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

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

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

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

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

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

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

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