#FEE0FF

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

Shades of Selago #FEE0FF

Tints of Selago #FEE0FF

Color information

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

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

Color convert

RGB254224255-
CMYK0.000.1200
HSL298.06º100%93.92%-
HSV(B)298.06º12.16%100%-
XYZ85.5881.6105.85-
YUV236.5138.44140.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542242550.000.1200298.0610093.92
HexFEE0FF0C0012a645e
Octal37634037701400452144136
Binary111111101110000011111111011000010010101011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE0FF; }

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

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

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

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

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

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

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

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