#FC6B80

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

Shades of Brink Pink #FC6B80

Tints of Brink Pink #FC6B80

Color information

#FC6B80 (or 0xFC6B80) is unknown color: approx Brink Pink. HEX triplet: FC, 6B and 80. RGB value is (252,107,128). Sum of RGB (Red+Green+Blue) = 252+107+128=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6B80 is #03947F. Grayscale: #989898. Windows color (decimal): -234624 or 8416252. OLE color: 8416252.

HSL color Cylindrical-coordinate representation of color #FC6B80: hue angle of 351.31º degrees, saturation: 0.96, 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 #FC6B80 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB252107128-
CMYK00.580.490.01
HSL351.31º96.03%70.39%-
HSV(B)351.31º57.54%98.82%-
XYZ49.332.7724.15-
YUV152.75114.04198.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.75%
GREEN value IS 107 (42.19% from 255) = 21.97%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=51.75%
G=21.97%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210712800.580.490.01351.3196.0370.39
HexFC6B8003A31115f6046
Octal374153200072611537140106
Binary111111001101011100000000111010110001110101111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6B80; }

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

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

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

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

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

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

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

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