#FC6C80

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

Shades of Brink Pink #FC6C80

Tints of Brink Pink #FC6C80

Color information

#FC6C80 (or 0xFC6C80) is unknown color: approx Brink Pink. HEX triplet: FC, 6C and 80. RGB value is (252,108,128). Sum of RGB (Red+Green+Blue) = 252+108+128=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6C80 is #03937F. Grayscale: #999999. Windows color (decimal): -234368 or 8416508. OLE color: 8416508.

HSL color Cylindrical-coordinate representation of color #FC6C80: hue angle of 351.67º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6C80 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB252108128-
CMYK00.570.490.01
HSL351.67º96%70.59%-
HSV(B)351.67º57.14%98.82%-
XYZ49.432.9824.18-
YUV153.34113.71198.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.64%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=51.64%
G=22.13%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210812800.570.490.01351.679670.59
HexFC6C800393111606047
Octal374154200071611540140107
Binary111111001101100100000000111001110001110110000011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6C80; }

 p { color: rgb(252,108,128); }

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

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

 a { background-color: rgb(252,108,128); }

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

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

 span { border-color: rgb(252,108,128); }

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