#FE5FED

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

Shades of Pink Flamingo #FE5FED

Tints of Pink Flamingo #FE5FED

Color information

#FE5FED (or 0xFE5FED) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5F and ED. RGB value is (254,95,237). Sum of RGB (Red+Green+Blue) = 254+95+237=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 95 (37.5% from 255 or 16.21% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5FED is #01A012. Grayscale: #9E9E9E. Windows color (decimal): -106515 or 15556606. OLE color: 15556606.

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

Color convert

RGB25495237-
CMYK00.630.070.00
HSL306.42º98.76%68.43%-
HSV(B)306.42º62.6%99.61%-
XYZ60.2535.3783.77-
YUV158.73172.18195.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.34%
GREEN value IS 95 (37.5% from 255) = 16.21%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=43.34%
G=16.21%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549523700.630.070.00306.4298.7668.43
HexFE5FED03F701326344
Octal37613735507770462143104
Binary111111101011111111011010111111111010011001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5FED; }

 p { color: rgb(254,95,237); }

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

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

 a { background-color: rgb(254,95,237); }

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

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

 span { border-color: rgb(254,95,237); }

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