#F0E1F1

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

Shades of Selago #F0E1F1

Tints of Selago #F0E1F1

Color information

#F0E1F1 (or 0xF0E1F1) is unknown color: approx Selago. HEX triplet: F0, E1 and F1. RGB value is (240,225,241). Sum of RGB (Red+Green+Blue) = 240+225+241=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 225 (88.28% from 255 or 31.87% from 706); Blue value is 241 (94.53% from 255 or 34.14% from 706); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0E1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1F1 is #0F1E0E. Grayscale: #E7E7E7. Windows color (decimal): -990735 or 15852016. OLE color: 15852016.

HSL color Cylindrical-coordinate representation of color #F0E1F1: hue angle of 296.25º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0E1F1 is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240225241-
CMYK0.000.0700.05
HSL296.25º36.36%91.37%-
HSV(B)296.25º6.64%94.51%-
XYZ78.7478.7394.26-
YUV231.31133.47134.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.99%
GREEN value IS 225 (88.28% from 255) = 31.87%
BLUE value IS 241 (94.53% from 255) = 34.14%
R=33.99%
G=31.87%
B=34.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402252410.000.0700.05296.2536.3691.37
HexF0E1F10705128245b
Octal360341361070545044133
Binary111100001110000111110001011101011001010001001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1F1; }

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

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

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

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

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

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

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

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