#FC5EE6

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

Shades of Pink Flamingo #FC5EE6

Tints of Pink Flamingo #FC5EE6

Color information

#FC5EE6 (or 0xFC5EE6) is unknown color: approx Pink Flamingo. HEX triplet: FC, 5E and E6. RGB value is (252,94,230). Sum of RGB (Red+Green+Blue) = 252+94+230=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 94 (37.11% from 255 or 16.32% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5EE6 is #03A119. Grayscale: #9C9C9C. Windows color (decimal): -237850 or 15097596. OLE color: 15097596.

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

Color convert

RGB25294230-
CMYK00.630.090.01
HSL308.35º96.34%67.84%-
HSV(B)308.35º62.7%98.82%-
XYZ58.4334.4178.43-
YUV156.75169.35195.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.75%
GREEN value IS 94 (37.11% from 255) = 16.32%
BLUE value IS 230 (90.23% from 255) = 39.93%
R=43.75%
G=16.32%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529423000.630.090.01308.3596.3467.84
HexFC5EE603F911346044
Octal374136346077111464140104
Binary1111110010111101110011001111111001110011010011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5EE6; }

 p { color: rgb(252,94,230); }

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

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

 a { background-color: rgb(252,94,230); }

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

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

 span { border-color: rgb(252,94,230); }

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