#FC6AFD

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

Shades of Pink Flamingo #FC6AFD

Tints of Pink Flamingo #FC6AFD

Color information

#FC6AFD (or 0xFC6AFD) is unknown color: approx Pink Flamingo. HEX triplet: FC, 6A and FD. RGB value is (252,106,253). Sum of RGB (Red+Green+Blue) = 252+106+253=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 106 (41.80% from 255 or 17.35% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC6AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6AFD is #039502. Grayscale: #A5A5A5. Windows color (decimal): -234755 or 16607996. OLE color: 16607996.

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

Color convert

RGB252106253-
CMYK0.000.5800.01
HSL299.59º97.35%70.39%-
HSV(B)299.59º58.1%99.22%-
XYZ63.0338.196.96-
YUV166.41176.87189.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 106 (41.80% from 255) = 17.35%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=41.24%
G=17.35%
B=41.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521062530.000.5800.01299.5997.3570.39
HexFC6AFD03A0112c6146
Octal37415237507201454141106
Binary1111110011010101111110101110100110010110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6AFD; }

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

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

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

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

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

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

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

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