#FFE0FE

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

Shades of Selago #FFE0FE

Tints of Selago #FFE0FE

Color information

#FFE0FE (or 0xFFE0FE) is unknown color: approx Selago. HEX triplet: FF, E0 and FE. RGB value is (255,224,254). Sum of RGB (Red+Green+Blue) = 255+224+254=733 (97% of max value = 765). Red value is 255 (100% from 255 or 34.79% from 733); Green value is 224 (87.89% from 255 or 30.56% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0FE is #001F01. Grayscale: #ECECEC. Windows color (decimal): -7938 or 16703743. OLE color: 16703743.

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

Color convert

RGB255224254-
CMYK00.120.000
HSL301.94º100%93.92%-
HSV(B)301.94º12.16%100%-
XYZ85.7981.73105.02-
YUV236.69137.77141.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.79%
GREEN value IS 224 (87.89% from 255) = 30.56%
BLUE value IS 254 (99.61% from 255) = 34.65%
R=34.79%
G=30.56%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522425400.120.000301.9410093.92
HexFFE0FE0C0012e645e
Octal37734037601400456144136
Binary111111111110000011111110011000010010111011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0FE; }

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

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

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

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

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

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

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

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