#FEE1F8

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

Shades of Selago #FEE1F8

Tints of Selago #FEE1F8

Color information

#FEE1F8 (or 0xFEE1F8) is unknown color: approx Selago. HEX triplet: FE, E1 and F8. RGB value is (254,225,248). Sum of RGB (Red+Green+Blue) = 254+225+248=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 225 (88.28% from 255 or 30.95% from 727); Blue value is 248 (97.27% from 255 or 34.11% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1F8 is #011E07. Grayscale: #ECECEC. Windows color (decimal): -73224 or 16310782. OLE color: 16310782.

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

Color convert

RGB254225248-
CMYK00.110.020.00
HSL312.41º93.55%93.92%-
HSV(B)312.41º11.42%99.61%-
XYZ84.7481.7100.11-
YUV236.29134.61140.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.94%
GREEN value IS 225 (88.28% from 255) = 30.95%
BLUE value IS 248 (97.27% from 255) = 34.11%
R=34.94%
G=30.95%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422524800.110.020.00312.4193.5593.92
HexFEE1F80B201385e5e
Octal37634137001320470136136
Binary1111111011100001111110000101110010011100010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1F8; }

 p { color: rgb(254,225,248); }

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

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

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

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

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

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

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