#FFE0F9

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

Shades of Selago #FFE0F9

Tints of Selago #FFE0F9

Color information

#FFE0F9 (or 0xFFE0F9) is unknown color: approx Selago. HEX triplet: FF, E0 and F9. RGB value is (255,224,249). Sum of RGB (Red+Green+Blue) = 255+224+249=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 224 (87.89% from 255 or 30.77% from 728); Blue value is 249 (97.66% from 255 or 34.20% from 728); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0F9 is #001F06. Grayscale: #ECECEC. Windows color (decimal): -7943 or 16376063. OLE color: 16376063.

HSL color Cylindrical-coordinate representation of color #FFE0F9: hue angle of 311.61º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE0F9 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255224249-
CMYK00.120.020
HSL311.61º100%93.92%-
HSV(B)311.61º12.16%100%-
XYZ84.9981.41100.86-
YUV236.12135.27141.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.03%
GREEN value IS 224 (87.89% from 255) = 30.77%
BLUE value IS 249 (97.66% from 255) = 34.20%
R=35.03%
G=30.77%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522424900.120.020311.6110093.92
HexFFE0F90C20138645e
Octal37734037101420470144136
Binary1111111111100000111110010110010010011100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0F9; }

 p { color: rgb(255,224,249); }

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

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

 a { background-color: rgb(255,224,249); }

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

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

 span { border-color: rgb(255,224,249); }

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