#FFE2FF

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

Shades of Selago #FFE2FF

Tints of Selago #FFE2FF

Color information

#FFE2FF (or 0xFFE2FF) is unknown color: approx Selago. HEX triplet: FF, E2 and FF. RGB value is (255,226,255). Sum of RGB (Red+Green+Blue) = 255+226+255=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 226 (88.67% from 255 or 30.71% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE2FF is #001D00. Grayscale: #EDEDED. Windows color (decimal): -7425 or 16769791. OLE color: 16769791.

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

Color convert

RGB255226255-
CMYK00.1100
HSL300º100%94.31%-
HSV(B)300º11.37%100%-
XYZ86.4982.87106.05-
YUV237.98137.61140.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.65%
GREEN value IS 226 (88.67% from 255) = 30.71%
BLUE value IS 255 (100% from 255) = 34.65%
R=34.65%
G=30.71%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522625500.110030010094.31
HexFFE2FF0B0012c645e
Octal37734237701300454144136
Binary111111111110001011111111010110010010110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2FF; }

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

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

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

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

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

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

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

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