#F0E5F0

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

Shades of Selago #F0E5F0

Tints of Selago #F0E5F0

Color information

#F0E5F0 (or 0xF0E5F0) is unknown color: approx Selago. HEX triplet: F0, E5 and F0. RGB value is (240,229,240). Sum of RGB (Red+Green+Blue) = 240+229+240=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 229 (89.84% from 255 or 32.30% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0E5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E5F0 is #0F1A0F. Grayscale: #E9E9E9. Windows color (decimal): -989712 or 15787504. OLE color: 15787504.

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

Color convert

RGB240229240-
CMYK00.0500.06
HSL300º26.83%91.96%-
HSV(B)300º4.58%94.12%-
XYZ79.6880.8693.84-
YUV233.54131.64132.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.85%
GREEN value IS 229 (89.84% from 255) = 32.30%
BLUE value IS 240 (94.14% from 255) = 33.85%
R=33.85%
G=32.30%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022924000.0500.0630026.8391.96
HexF0E5F0050612c1b5c
Octal360345360050645433134
Binary11110000111001011111000001010110100101100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E5F0; }

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

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

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

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

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

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

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

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