#FE5CEC

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

Shades of Pink Flamingo #FE5CEC

Tints of Pink Flamingo #FE5CEC

Color information

#FE5CEC (or 0xFE5CEC) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5C and EC. RGB value is (254,92,236). Sum of RGB (Red+Green+Blue) = 254+92+236=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 92 (36.33% from 255 or 15.81% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5CEC is #01A313. Grayscale: #9C9C9C. Windows color (decimal): -107284 or 15490302. OLE color: 15490302.

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

Color convert

RGB25492236-
CMYK00.640.070.00
HSL306.67º98.78%67.84%-
HSV(B)306.67º63.78%99.61%-
XYZ59.8434.7882.92-
YUV156.85172.67197.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.64%
GREEN value IS 92 (36.33% from 255) = 15.81%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=43.64%
G=15.81%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549223600.640.070.00306.6798.7867.84
HexFE5CEC040701336344
Octal376134354010070463143104
Binary1111111010111001110110001000000111010011001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5CEC; }

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

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

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

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

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

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

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

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