#FFE1FA

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

Shades of Selago #FFE1FA

Tints of Selago #FFE1FA

Color information

#FFE1FA (or 0xFFE1FA) is unknown color: approx Selago. HEX triplet: FF, E1 and FA. RGB value is (255,225,250). Sum of RGB (Red+Green+Blue) = 255+225+250=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 225 (88.28% from 255 or 30.82% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1FA is #001E05. Grayscale: #ECECEC. Windows color (decimal): -7686 or 16441855. OLE color: 16441855.

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

Color convert

RGB255225250-
CMYK00.120.020
HSL310º100%94.12%-
HSV(B)310º11.76%100%-
XYZ85.4282.01101.77-
YUV236.82135.44140.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.93%
GREEN value IS 225 (88.28% from 255) = 30.82%
BLUE value IS 250 (98.05% from 255) = 34.25%
R=34.93%
G=30.82%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522525000.120.02031010094.12
HexFFE1FA0C20136645e
Octal37734137201420466144136
Binary1111111111100001111110100110010010011011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1FA; }

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

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

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

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

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

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

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

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