#FE5EFB

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

Shades of Pink Flamingo #FE5EFB

Tints of Pink Flamingo #FE5EFB

Color information

#FE5EFB (or 0xFE5EFB) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5E and FB. RGB value is (254,94,251). Sum of RGB (Red+Green+Blue) = 254+94+251=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 94 (37.11% from 255 or 15.69% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5EFB is #01A104. Grayscale: #9F9F9F. Windows color (decimal): -106757 or 16473854. OLE color: 16473854.

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

Color convert

RGB25494251-
CMYK00.630.010.00
HSL301.12º98.77%68.24%-
HSV(B)301.12º62.99%99.61%-
XYZ62.2936.0494.94-
YUV159.74179.51195.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 94 (37.11% from 255) = 15.69%
BLUE value IS 251 (98.44% from 255) = 41.90%
R=42.40%
G=15.69%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549425100.630.010.00301.1298.7768.24
HexFE5EFB03F1012d6344
Octal37613637307710455143104
Binary1111111010111101111101101111111010010110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5EFB; }

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

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

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

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

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

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

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

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