#FE5EE8

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

Shades of Pink Flamingo #FE5EE8

Tints of Pink Flamingo #FE5EE8

Color information

#FE5EE8 (or 0xFE5EE8) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5E and E8. RGB value is (254,94,232). Sum of RGB (Red+Green+Blue) = 254+94+232=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 94 (37.11% from 255 or 16.21% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5EE8 is #01A117. Grayscale: #9D9D9D. Windows color (decimal): -106776 or 15228670. OLE color: 15228670.

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

Color convert

RGB25494232-
CMYK00.630.090.00
HSL308.25º98.77%68.24%-
HSV(B)308.25º62.99%99.61%-
XYZ59.4434.979.95-
YUV157.57170.01196.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 94 (37.11% from 255) = 16.21%
BLUE value IS 232 (91.02% from 255) = 40%
R=43.79%
G=16.21%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549423200.630.090.00308.2598.7768.24
HexFE5EE803F901346344
Octal376136350077110464143104
Binary1111111010111101110100001111111001010011010011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5EE8; }

 p { color: rgb(254,94,232); }

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

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

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

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

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

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

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