#FC5DE9

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

Shades of Pink Flamingo #FC5DE9

Tints of Pink Flamingo #FC5DE9

Color information

#FC5DE9 (or 0xFC5DE9) is unknown color: approx Pink Flamingo. HEX triplet: FC, 5D and E9. RGB value is (252,93,233). Sum of RGB (Red+Green+Blue) = 252+93+233=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 93 (36.72% from 255 or 16.09% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5DE9 is #03A216. Grayscale: #9C9C9C. Windows color (decimal): -238103 or 15293948. OLE color: 15293948.

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

Color convert

RGB25293233-
CMYK00.630.080.01
HSL307.17º96.36%67.65%-
HSV(B)307.17º63.1%98.82%-
XYZ58.7734.4180.63-
YUV156.5171.18196.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 93 (36.72% from 255) = 16.09%
BLUE value IS 233 (91.41% from 255) = 40.31%
R=43.60%
G=16.09%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529323300.630.080.01307.1796.3667.65
HexFC5DE903F811336044
Octal374135351077101463140104
Binary1111110010111011110100101111111000110011001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5DE9; }

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

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

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

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

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

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

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

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