#FC54EB

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

Shades of Pink Flamingo #FC54EB

Tints of Pink Flamingo #FC54EB

Color information

#FC54EB (or 0xFC54EB) is unknown color: approx Pink Flamingo. HEX triplet: FC, 54 and EB. RGB value is (252,84,235). Sum of RGB (Red+Green+Blue) = 252+84+235=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 84 (33.20% from 255 or 14.71% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC54EB is #03AB14. Grayscale: #979797. Windows color (decimal): -240405 or 15422716. OLE color: 15422716.

HSL color Cylindrical-coordinate representation of color #FC54EB: hue angle of 306.07º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC54EB is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB25284235-
CMYK00.670.070.01
HSL306.07º96.55%65.88%-
HSV(B)306.07º66.67%98.82%-
XYZ58.3133.0381.9-
YUV151.45175.16199.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 84 (33.20% from 255) = 14.71%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=44.13%
G=14.71%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528423500.670.070.01306.0796.5565.88
HexFC54EB043711326142
Octal374124353010371462141102
Binary1111110010101001110101101000011111110011001011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC54EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC54EB; }

 p { color: rgb(252,84,235); }

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

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

 a { background-color: rgb(252,84,235); }

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

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

 span { border-color: rgb(252,84,235); }

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