#FE5EFF

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

Shades of Pink Flamingo #FE5EFF

Tints of Pink Flamingo #FE5EFF

Color information

#FE5EFF (or 0xFE5EFF) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5E and FF. RGB value is (254,94,255). Sum of RGB (Red+Green+Blue) = 254+94+255=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 94 (37.11% from 255 or 15.59% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE5EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5EFF is #01A100. Grayscale: #9F9F9F. Windows color (decimal): -106753 or 16735998. OLE color: 16735998.

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

Color convert

RGB25494255-
CMYK0.000.6300
HSL299.63º100%68.43%-
HSV(B)299.63º63.14%100%-
XYZ62.9336.398.3-
YUV160.19181.51194.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 94 (37.11% from 255) = 15.59%
BLUE value IS 255 (100% from 255) = 42.29%
R=42.12%
G=15.59%
B=42.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254942550.000.6300299.6310068.43
HexFE5EFF03F0012c6444
Octal37613637707700454144104
Binary1111111010111101111111101111110010010110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5EFF; }

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

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

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

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

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

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

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

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