#FEE0FE

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

Shades of Selago #FEE0FE

Tints of Selago #FEE0FE

Color information

#FEE0FE (or 0xFEE0FE) is unknown color: approx Selago. HEX triplet: FE, E0 and FE. RGB value is (254,224,254). Sum of RGB (Red+Green+Blue) = 254+224+254=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 224 (87.89% from 255 or 30.60% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0FE is #011F01. Grayscale: #ECECEC. Windows color (decimal): -73474 or 16703742. OLE color: 16703742.

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

Color convert

RGB254224254-
CMYK00.1200.00
HSL300º93.75%93.73%-
HSV(B)300º11.81%99.61%-
XYZ85.4281.54105-
YUV236.39137.94140.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.70%
GREEN value IS 224 (87.89% from 255) = 30.60%
BLUE value IS 254 (99.61% from 255) = 34.70%
R=34.70%
G=30.60%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422425400.1200.0030093.7593.73
HexFEE0FE0C0012c5e5e
Octal37634037601400454136136
Binary111111101110000011111110011000010010110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE0FE; }

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

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

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

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

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

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

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

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