#fc56ff

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

Shades of Pink Flamingo #FC56FF

Tints of Pink Flamingo #FC56FF

Color information

#FC56FF (or 0xFC56FF) is unknown color: approx Pink Flamingo. HEX triplet: FC, 56 and FF. RGB value is (252,86,255). Sum of RGB (Red+Green+Blue) = 252+86+255=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 86 (33.98% from 255 or 14.50% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC56FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC56FF is #03A900. Grayscale: #9A9A9A. Windows color (decimal): -239873 or 16733948. OLE color: 16733948.

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

Color convert

RGB25286255-
CMYK0.010.6600
HSL298.93º100%66.86%-
HSV(B)298.93º66.27%100%-
XYZ61.5234.5798.04-
YUV154.9184.5197.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 86 (33.98% from 255) = 14.50%
BLUE value IS 255 (100% from 255) = 43.00%
R=42.50%
G=14.50%
B=43.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal252862550.010.6600298.9310066.86
HexFC56FF1420012b6443
Octal374126377110200453144103
Binary11111100101011011111111110000100010010101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc56ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc56ff; }

 p { color: rgb(252,86,255); }

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

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

 a { background-color: rgb(252,86,255); }

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

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

 span { border-color: rgb(252,86,255); }

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