#FC6B8E

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

Shades of Brink Pink #FC6B8E

Tints of Brink Pink #FC6B8E

Color information

#FC6B8E (or 0xFC6B8E) is unknown color: approx Brink Pink. HEX triplet: FC, 6B and 8E. RGB value is (252,107,142). Sum of RGB (Red+Green+Blue) = 252+107+142=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6B8E is #039471. Grayscale: #9A9A9A. Windows color (decimal): -234610 or 9333756. OLE color: 9333756.

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

Color convert

RGB252107142-
CMYK00.580.440.01
HSL345.52º96.03%70.39%-
HSV(B)345.52º57.54%98.82%-
XYZ50.2933.1629.34-
YUV154.34121.04197.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.30%
GREEN value IS 107 (42.19% from 255) = 21.36%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=50.30%
G=21.36%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210714200.580.440.01345.5296.0370.39
HexFC6B8E03A2C115a6046
Octal374153216072541532140106
Binary111111001101011100011100111010101100110101101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6B8E; }

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

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

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

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

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

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

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

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