#FC55FE

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

Shades of Pink Flamingo #FC55FE

Tints of Pink Flamingo #FC55FE

Color information

#FC55FE (or 0xFC55FE) is unknown color: approx Pink Flamingo. HEX triplet: FC, 55 and FE. RGB value is (252,85,254). Sum of RGB (Red+Green+Blue) = 252+85+254=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 85 (33.59% from 255 or 14.38% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC55FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC55FE is #03AA01. Grayscale: #999999. Windows color (decimal): -240130 or 16668156. OLE color: 16668156.

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

Color convert

RGB25285254-
CMYK0.010.6700.00
HSL299.29º98.83%66.47%-
HSV(B)299.29º66.54%99.61%-
XYZ61.2834.3597.17-
YUV154.2184.33197.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.64%
GREEN value IS 85 (33.59% from 255) = 14.38%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=42.64%
G=14.38%
B=42.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal252852540.010.6700.00299.2998.8366.47
HexFC55FE1430012b6342
Octal374125376110300453143102
Binary11111100101010111111110110000110010010101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC55FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC55FE; }

 p { color: rgb(252,85,254); }

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

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

 a { background-color: rgb(252,85,254); }

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

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

 span { border-color: rgb(252,85,254); }

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