#FC5CFD

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

Shades of Pink Flamingo #FC5CFD

Tints of Pink Flamingo #FC5CFD

Color information

#FC5CFD (or 0xFC5CFD) is unknown color: approx Pink Flamingo. HEX triplet: FC, 5C and FD. RGB value is (252,92,253). Sum of RGB (Red+Green+Blue) = 252+92+253=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 92 (36.33% from 255 or 15.41% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC5CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5CFD is #03A302. Grayscale: #9D9D9D. Windows color (decimal): -238339 or 16604412. OLE color: 16604412.

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

Color convert

RGB25292253-
CMYK0.000.6400.01
HSL299.63º97.58%67.65%-
HSV(B)299.63º63.64%99.22%-
XYZ61.735.4496.52-
YUV158.19181.51194.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 92 (36.33% from 255) = 15.41%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=42.21%
G=15.41%
B=42.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252922530.000.6400.01299.6397.5867.65
HexFC5CFD0400112c6244
Octal374134375010001454142104
Binary11111100101110011111101010000000110010110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5CFD; }

 p { color: rgb(252,92,253); }

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

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

 a { background-color: rgb(252,92,253); }

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

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

 span { border-color: rgb(252,92,253); }

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