#FC5AFD

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

Shades of Pink Flamingo #FC5AFD

Tints of Pink Flamingo #FC5AFD

Color information

#FC5AFD (or 0xFC5AFD) is unknown color: approx Pink Flamingo. HEX triplet: FC, 5A and FD. RGB value is (252,90,253). Sum of RGB (Red+Green+Blue) = 252+90+253=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 90 (35.55% from 255 or 15.13% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC5AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5AFD is #03A502. Grayscale: #9C9C9C. Windows color (decimal): -238851 or 16603900. OLE color: 16603900.

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

Color convert

RGB25290253-
CMYK0.000.6400.01
HSL299.63º97.6%67.25%-
HSV(B)299.63º64.43%99.22%-
XYZ61.5335.196.46-
YUV157.02182.17195.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 90 (35.55% from 255) = 15.13%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=42.35%
G=15.13%
B=42.52%

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
Decimal252902530.000.6400.01299.6397.667.25
HexFC5AFD0400112c6243
Octal374132375010001454142103
Binary11111100101101011111101010000000110010110011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5AFD; }

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

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

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

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

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

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

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

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