#F0E0F1

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

Shades of Selago #F0E0F1

Tints of Selago #F0E0F1

Color information

#F0E0F1 (or 0xF0E0F1) is unknown color: approx Selago. HEX triplet: F0, E0 and F1. RGB value is (240,224,241). Sum of RGB (Red+Green+Blue) = 240+224+241=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 224 (87.89% from 255 or 31.77% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0E0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E0F1 is #0F1F0E. Grayscale: #E6E6E6. Windows color (decimal): -990991 or 15851760. OLE color: 15851760.

HSL color Cylindrical-coordinate representation of color #F0E0F1: hue angle of 296.47º degrees, saturation: 0.38, 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 #F0E0F1 is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240224241-
CMYK0.000.0700.05
HSL296.47º37.78%91.18%-
HSV(B)296.47º7.05%94.51%-
XYZ78.4778.1994.18-
YUV230.72133.8134.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.04%
GREEN value IS 224 (87.89% from 255) = 31.77%
BLUE value IS 241 (94.53% from 255) = 34.18%
R=34.04%
G=31.77%
B=34.18%

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
Decimal2402242410.000.0700.05296.4737.7891.18
HexF0E0F10705128265b
Octal360340361070545046133
Binary111100001110000011110001011101011001010001001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E0F1; }

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

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

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

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

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

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

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

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