#FE5CEA

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

Shades of Pink Flamingo #FE5CEA

Tints of Pink Flamingo #FE5CEA

Color information

#FE5CEA (or 0xFE5CEA) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5C and EA. RGB value is (254,92,234). Sum of RGB (Red+Green+Blue) = 254+92+234=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 92 (36.33% from 255 or 15.86% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5CEA is #01A315. Grayscale: #9C9C9C. Windows color (decimal): -107286 or 15359230. OLE color: 15359230.

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

Color convert

RGB25492234-
CMYK00.640.080.00
HSL307.41º98.78%67.84%-
HSV(B)307.41º63.78%99.61%-
XYZ59.5534.6781.39-
YUV156.63171.67197.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 92 (36.33% from 255) = 15.86%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=43.79%
G=15.86%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549223400.640.080.00307.4198.7867.84
HexFE5CEA040801336344
Octal3761343520100100463143104
Binary11111110101110011101010010000001000010011001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5CEA; }

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

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

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

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

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

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

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

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