#FEE5FB

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

Shades of Selago #FEE5FB

Tints of Selago #FEE5FB

Color information

#FEE5FB (or 0xFEE5FB) is unknown color: approx Selago. HEX triplet: FE, E5 and FB. RGB value is (254,229,251). Sum of RGB (Red+Green+Blue) = 254+229+251=734 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.60% from 734); Green value is 229 (89.84% from 255 or 31.20% from 734); Blue value is 251 (98.44% from 255 or 34.20% from 734); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5FB is #011A04. Grayscale: #EEEEEE. Windows color (decimal): -72197 or 16508414. OLE color: 16508414.

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

Color convert

RGB254229251-
CMYK00.100.010.00
HSL307.2º92.59%94.71%-
HSV(B)307.2º9.84%99.61%-
XYZ86.384.07102.95-
YUV238.98134.78138.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.60%
GREEN value IS 229 (89.84% from 255) = 31.20%
BLUE value IS 251 (98.44% from 255) = 34.20%
R=34.60%
G=31.20%
B=34.20%

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
Decimal25422925100.100.010.00307.292.5994.71
HexFEE5FB0A101335d5f
Octal37634537301210463135137
Binary111111101110010111111011010101010011001110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE5FB; }

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

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

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

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

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

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

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

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