#FC6E80

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

Shades of Brink Pink #FC6E80

Tints of Brink Pink #FC6E80

Color information

#FC6E80 (or 0xFC6E80) is unknown color: approx Brink Pink. HEX triplet: FC, 6E and 80. RGB value is (252,110,128). Sum of RGB (Red+Green+Blue) = 252+110+128=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6E80 is #03917F. Grayscale: #9A9A9A. Windows color (decimal): -233856 or 8417020. OLE color: 8417020.

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

Color convert

RGB252110128-
CMYK00.560.490.01
HSL352.39º95.95%70.98%-
HSV(B)352.39º56.35%98.82%-
XYZ49.6233.4124.25-
YUV154.51113.04197.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.43%
GREEN value IS 110 (43.36% from 255) = 22.45%
BLUE value IS 128 (50.39% from 255) = 26.12%
R=51.43%
G=22.45%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211012800.560.490.01352.3995.9570.98
HexFC6E800383111606047
Octal374156200070611540140107
Binary111111001101110100000000111000110001110110000011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6E80; }

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

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

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

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

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

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

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

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