#FE5CFF

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

Shades of Pink Flamingo #FE5CFF

Tints of Pink Flamingo #FE5CFF

Color information

#FE5CFF (or 0xFE5CFF) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5C and FF. RGB value is (254,92,255). Sum of RGB (Red+Green+Blue) = 254+92+255=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 92 (36.33% from 255 or 15.31% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5CFF is #01A300. Grayscale: #9E9E9E. Windows color (decimal): -107265 or 16735486. OLE color: 16735486.

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

Color convert

RGB25492255-
CMYK0.000.6400
HSL299.63º100%68.04%-
HSV(B)299.63º63.92%100%-
XYZ62.7535.9598.24-
YUV159.02182.17195.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 92 (36.33% from 255) = 15.31%
BLUE value IS 255 (100% from 255) = 42.43%
R=42.26%
G=15.31%
B=42.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254922550.000.6400299.6310068.04
HexFE5CFF0400012c6444
Octal376134377010000454144104
Binary11111110101110011111111010000000010010110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5CFF; }

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

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

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

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

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

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

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

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