#FEE5FF

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

Shades of Selago #FEE5FF

Tints of Selago #FEE5FF

Color information

#FEE5FF (or 0xFEE5FF) is unknown color: approx Selago. HEX triplet: FE, E5 and FF. RGB value is (254,229,255). Sum of RGB (Red+Green+Blue) = 254+229+255=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 229 (89.84% from 255 or 31.03% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5FF is #011A00. Grayscale: #EFEFEF. Windows color (decimal): -72193 or 16770558. OLE color: 16770558.

HSL color Cylindrical-coordinate representation of color #FEE5FF: hue angle of 297.69º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE5FF is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB254229255-
CMYK0.000.1000
HSL297.69º100%94.9%-
HSV(B)297.69º10.2%100%-
XYZ86.9484.33106.3-
YUV239.44136.78138.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.42%
GREEN value IS 229 (89.84% from 255) = 31.03%
BLUE value IS 255 (100% from 255) = 34.55%
R=34.42%
G=31.03%
B=34.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542292550.000.1000297.6910094.9
HexFEE5FF0A0012a645f
Octal37634537701200452144137
Binary111111101110010111111111010100010010101011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE5FF; }

 p { color: rgb(254,229,255); }

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

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

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

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

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

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

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