#FEE5FC

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

Shades of Selago #FEE5FC

Tints of Selago #FEE5FC

Color information

#FEE5FC (or 0xFEE5FC) is unknown color: approx Selago. HEX triplet: FE, E5 and FC. RGB value is (254,229,252). Sum of RGB (Red+Green+Blue) = 254+229+252=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 229 (89.84% from 255 or 31.16% from 735); Blue value is 252 (98.83% from 255 or 34.29% from 735); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5FC is #011A03. Grayscale: #EFEFEF. Windows color (decimal): -72196 or 16573950. OLE color: 16573950.

HSL color Cylindrical-coordinate representation of color #FEE5FC: hue angle of 304.8º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE5FC is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB254229252-
CMYK00.100.010.00
HSL304.8º92.59%94.71%-
HSV(B)304.8º9.84%99.61%-
XYZ86.4684.14103.78-
YUV239.1135.28138.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.56%
GREEN value IS 229 (89.84% from 255) = 31.16%
BLUE value IS 252 (98.83% from 255) = 34.29%
R=34.56%
G=31.16%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422925200.100.010.00304.892.5994.71
HexFEE5FC0A101315d5f
Octal37634537401210461135137
Binary111111101110010111111100010101010011000110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE5FC; }

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

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

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

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

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

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

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

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