#FFE5FA

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

Shades of Selago #FFE5FA

Tints of Selago #FFE5FA

Color information

#FFE5FA (or 0xFFE5FA) is unknown color: approx Selago. HEX triplet: FF, E5 and FA. RGB value is (255,229,250). Sum of RGB (Red+Green+Blue) = 255+229+250=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 229 (89.84% from 255 or 31.20% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5FA is #001A05. Grayscale: #EFEFEF. Windows color (decimal): -6662 or 16442879. OLE color: 16442879.

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

Color convert

RGB255229250-
CMYK00.100.020
HSL311.54º100%94.9%-
HSV(B)311.54º10.2%100%-
XYZ86.5184.2102.14-
YUV239.17134.11139.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.74%
GREEN value IS 229 (89.84% from 255) = 31.20%
BLUE value IS 250 (98.05% from 255) = 34.06%
R=34.74%
G=31.20%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522925000.100.020311.5410094.9
HexFFE5FA0A20138645f
Octal37734537201220470144137
Binary1111111111100101111110100101010010011100011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5FA; }

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

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

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

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

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

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

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

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