#FC3CFD

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

Shades of Pink Flamingo #FC3CFD

Tints of Pink Flamingo #FC3CFD

Color information

#FC3CFD (or 0xFC3CFD) is unknown color: approx Pink Flamingo. HEX triplet: FC, 3C and FD. RGB value is (252,60,253). Sum of RGB (Red+Green+Blue) = 252+60+253=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 60 (23.83% from 255 or 10.62% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC3CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3CFD is #03C302. Grayscale: #8A8A8A. Windows color (decimal): -246531 or 16596220. OLE color: 16596220.

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

Color convert

RGB25260253-
CMYK0.000.7600.01
HSL299.69º97.97%61.37%-
HSV(B)299.69º76.28%99.22%-
XYZ59.4931.0295.78-
YUV139.41192.11208.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 60 (23.83% from 255) = 10.62%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=44.60%
G=10.62%
B=44.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252602530.000.7600.01299.6997.9761.37
HexFC3CFD04C0112c623d
Octal3747437501140145414275
Binary111111001111001111110101001100011001011001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3CFD; }

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

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

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

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

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

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

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

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