#FE5DEE

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

Shades of Pink Flamingo #FE5DEE

Tints of Pink Flamingo #FE5DEE

Color information

#FE5DEE (or 0xFE5DEE) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5D and EE. RGB value is (254,93,238). Sum of RGB (Red+Green+Blue) = 254+93+238=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 93 (36.72% from 255 or 15.90% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5DEE is #01A211. Grayscale: #9D9D9D. Windows color (decimal): -107026 or 15621630. OLE color: 15621630.

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

Color convert

RGB25493238-
CMYK00.630.060.00
HSL305.96º98.77%68.04%-
HSV(B)305.96º63.39%99.61%-
XYZ60.2235.0784.48-
YUV157.67173.34196.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.42%
GREEN value IS 93 (36.72% from 255) = 15.90%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=43.42%
G=15.90%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549323800.630.060.00305.9698.7768.04
HexFE5DEE03F601326344
Octal37613535607760462143104
Binary111111101011101111011100111111110010011001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5DEE; }

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

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

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

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

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

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

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

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