Shades of Brink Pink #FC6B8C
Tints of Brink Pink #FC6B8C
RGB
CMYK
RGB Variations
Color information
#FC6B8C (or 0xFC6B8C) is known color: Brink Pink. HEX triplet: FC, 6B and 8C. RGB value is (252,107,140). Sum of RGB (Red+Green+Blue) = 252+107+140=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6B8C is #039473. Grayscale: #9A9A9A. Windows color (decimal): -234612 or 9202684. OLE color: 9202684.
HSL color Cylindrical-coordinate representation of color #FC6B8C: hue angle of 346.34º 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 #FC6B8C is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 140 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.01 |
| HSL | 346.34º | 0.96% | 0.7% | - |
| HSV(B) | 346.34º | 0.58% | 0.99% | - |
| XYZ | 50.14 | 33.1 | 28.56 | - |
| YUV | 154.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 140 | 0 | 0.58 | 0.44 | 0.01 | 346.34 | 0.96 | 0.7 |
| Hex | FC | 6B | 8C | 0 | 3A | 2C | 1 | 15A | 60 | 46 |
| Octal | 374 | 153 | 214 | 0 | 72 | 54 | 1 | 532 | 140 | 106 |
| Binary | 11111100 | 1101011 | 10001100 | 0 | 111010 | 101100 | 1 | 101011010 | 1100000 | 1000110 |
Color Harmonies of #FC6B8C
Complementary color
Monochromatic Colors of #FC6B8C
Black with #FC6B8C
Text Example
Text Example
White with #FC6B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6B8C; }
p { color: rgb(252,107,140); }
H1.HeaderClassName
{
color: #FC6B8C;
}
.AnyTagClassName
{
color: #FC6B8C;
}
</style>
background-color css
<style>
a { background-color: #FC6B8C; }
a { background-color: rgb(252,107,140); }
div.DivClassName
{
background-color: #FC6B8C;
}
.BgClassName
{
background-color: #FC6B8C;
}
</style>
border-color css
<style>
span { border-color: #FC6B8C; }
span { border-color: rgb(252,107,140); }
td.TdClassName
{
border-color: #FC6B8C;
}
.TagClassName
{
border-color: #FC6B8C;
}
</style>