#FFE0FF

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

Shades of Selago #FFE0FF

Tints of Selago #FFE0FF

Color information

#FFE0FF (or 0xFFE0FF) is unknown color: approx Selago. HEX triplet: FF, E0 and FF. RGB value is (255,224,255). Sum of RGB (Red+Green+Blue) = 255+224+255=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 224 (87.89% from 255 or 30.52% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0FF is #001F00. Grayscale: #ECECEC. Windows color (decimal): -7937 or 16769279. OLE color: 16769279.

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

Color convert

RGB255224255-
CMYK00.1200
HSL300º100%93.92%-
HSV(B)300º12.16%100%-
XYZ85.9581.79105.87-
YUV236.8138.27140.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.74%
GREEN value IS 224 (87.89% from 255) = 30.52%
BLUE value IS 255 (100% from 255) = 34.74%
R=34.74%
G=30.52%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522425500.120030010093.92
HexFFE0FF0C0012c645e
Octal37734037701400454144136
Binary111111111110000011111111011000010010110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0FF; }

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

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

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

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

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

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

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

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