#FC5DEC

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

Shades of Pink Flamingo #FC5DEC

Tints of Pink Flamingo #FC5DEC

Color information

#FC5DEC (or 0xFC5DEC) is unknown color: approx Pink Flamingo. HEX triplet: FC, 5D and EC. RGB value is (252,93,236). Sum of RGB (Red+Green+Blue) = 252+93+236=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 93 (36.72% from 255 or 16.01% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5DEC is #03A213. Grayscale: #9C9C9C. Windows color (decimal): -238100 or 15490556. OLE color: 15490556.

HSL color Cylindrical-coordinate representation of color #FC5DEC: hue angle of 306.04º 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 #FC5DEC is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB25293236-
CMYK00.630.060.01
HSL306.04º96.36%67.65%-
HSV(B)306.04º63.1%98.82%-
XYZ59.234.5882.91-
YUV156.84172.68195.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.37%
GREEN value IS 93 (36.72% from 255) = 16.01%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=43.37%
G=16.01%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529323600.630.060.01306.0496.3667.65
HexFC5DEC03F611326044
Octal37413535407761462140104
Binary111111001011101111011000111111110110011001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5DEC; }

 p { color: rgb(252,93,236); }

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

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

 a { background-color: rgb(252,93,236); }

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

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

 span { border-color: rgb(252,93,236); }

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