#FFE1FF

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

Shades of Selago #FFE1FF

Tints of Selago #FFE1FF

Color information

#FFE1FF (or 0xFFE1FF) is unknown color: approx Selago. HEX triplet: FF, E1 and FF. RGB value is (255,225,255). Sum of RGB (Red+Green+Blue) = 255+225+255=735 (97% of max value = 765). Red value is 255 (100% from 255 or 34.69% from 735); Green value is 225 (88.28% from 255 or 30.61% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1FF is #001E00. Grayscale: #EDEDED. Windows color (decimal): -7681 or 16769535. OLE color: 16769535.

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

Color convert

RGB255225255-
CMYK00.1200
HSL300º100%94.12%-
HSV(B)300º11.76%100%-
XYZ86.2282.33105.96-
YUV237.39137.94140.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.69%
GREEN value IS 225 (88.28% from 255) = 30.61%
BLUE value IS 255 (100% from 255) = 34.69%
R=34.69%
G=30.61%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522525500.120030010094.12
HexFFE1FF0C0012c645e
Octal37734137701400454144136
Binary111111111110000111111111011000010010110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1FF; }

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

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

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

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

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

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

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

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