#fe5df8

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

Shades of Pink Flamingo #FE5DF8

Tints of Pink Flamingo #FE5DF8

Color information

#FE5DF8 (or 0xFE5DF8) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5D and F8. RGB value is (254,93,248). Sum of RGB (Red+Green+Blue) = 254+93+248=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 93 (36.72% from 255 or 15.63% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5DF8 is #01A207. Grayscale: #9E9E9E. Windows color (decimal): -107016 or 16276990. OLE color: 16276990.

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

Color convert

RGB25493248-
CMYK00.630.020.00
HSL302.24º98.77%68.04%-
HSV(B)302.24º63.39%99.61%-
XYZ61.7335.6892.44-
YUV158.81178.34195.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 93 (36.72% from 255) = 15.63%
BLUE value IS 248 (97.27% from 255) = 41.68%
R=42.69%
G=15.63%
B=41.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549324800.630.020.00302.2498.7768.04
HexFE5DF803F2012e6344
Octal37613537007720456143104
Binary11111110101110111111000011111110010010111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe5df8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe5df8; }

 p { color: rgb(254,93,248); }

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

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

 a { background-color: rgb(254,93,248); }

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

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

 span { border-color: rgb(254,93,248); }

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