#FEE1FC

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

Shades of Selago #FEE1FC

Tints of Selago #FEE1FC

Color information

#FEE1FC (or 0xFEE1FC) is unknown color: approx Selago. HEX triplet: FE, E1 and FC. RGB value is (254,225,252). Sum of RGB (Red+Green+Blue) = 254+225+252=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 225 (88.28% from 255 or 30.78% from 731); Blue value is 252 (98.83% from 255 or 34.47% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1FC is #011E03. Grayscale: #ECECEC. Windows color (decimal): -73220 or 16572926. OLE color: 16572926.

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

Color convert

RGB254225252-
CMYK00.110.010.00
HSL304.14º93.55%93.92%-
HSV(B)304.14º11.42%99.61%-
XYZ85.3781.95103.41-
YUV236.75136.61140.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.75%
GREEN value IS 225 (88.28% from 255) = 30.78%
BLUE value IS 252 (98.83% from 255) = 34.47%
R=34.75%
G=30.78%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422525200.110.010.00304.1493.5593.92
HexFEE1FC0B101305e5e
Octal37634137401310460136136
Binary111111101110000111111100010111010011000010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1FC; }

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

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

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

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

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

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

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

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