#FFE5FF

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

Shades of Selago #FFE5FF

Tints of Selago #FFE5FF

Color information

#FFE5FF (or 0xFFE5FF) is unknown color: approx Selago. HEX triplet: FF, E5 and FF. RGB value is (255,229,255). Sum of RGB (Red+Green+Blue) = 255+229+255=739 (97% of max value = 765). Red value is 255 (100% from 255 or 34.51% from 739); Green value is 229 (89.84% from 255 or 30.99% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5FF is #001A00. Grayscale: #EFEFEF. Windows color (decimal): -6657 or 16770559. OLE color: 16770559.

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

Color convert

RGB255229255-
CMYK00.1000
HSL300º100%94.9%-
HSV(B)300º10.2%100%-
XYZ87.3184.52106.32-
YUV239.74136.61138.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.51%
GREEN value IS 229 (89.84% from 255) = 30.99%
BLUE value IS 255 (100% from 255) = 34.51%
R=34.51%
G=30.99%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522925500.100030010094.9
HexFFE5FF0A0012c645f
Octal37734537701200454144137
Binary111111111110010111111111010100010010110011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5FF; }

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

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

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

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

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

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

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

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