Shades of Brink Pink #FC688A
Tints of Brink Pink #FC688A
RGB
CMYK
RGB Variations
Color information
#FC688A (or 0xFC688A) is known color: Brink Pink. HEX triplet: FC, 68 and 8A. RGB value is (252,104,138). Sum of RGB (Red+Green+Blue) = 252+104+138=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC688A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC688A is #039775. Grayscale: #989898. Windows color (decimal): -235382 or 9070844. OLE color: 9070844.
HSL color Cylindrical-coordinate representation of color #FC688A: hue angle of 346.22º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC688A is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 138 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.01 |
| HSL | 346.22º | 0.96% | 0.7% | - |
| HSV(B) | 346.22º | 0.59% | 0.99% | - |
| XYZ | 49.68 | 32.43 | 27.69 | - |
| YUV | 152.13 | 120.03 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 138 | 0 | 0.59 | 0.45 | 0.01 | 346.22 | 0.96 | 0.7 |
| Hex | FC | 68 | 8A | 0 | 3B | 2D | 1 | 15A | 60 | 46 |
| Octal | 374 | 150 | 212 | 0 | 73 | 55 | 1 | 532 | 140 | 106 |
| Binary | 11111100 | 1101000 | 10001010 | 0 | 111011 | 101101 | 1 | 101011010 | 1100000 | 1000110 |
Color Harmonies of #FC688A
Complementary color
Monochromatic Colors of #FC688A
Black with #FC688A
Text Example
Text Example
White with #FC688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC688A; }
p { color: rgb(252,104,138); }
H1.HeaderClassName
{
color: #FC688A;
}
.AnyTagClassName
{
color: #FC688A;
}
</style>
background-color css
<style>
a { background-color: #FC688A; }
a { background-color: rgb(252,104,138); }
div.DivClassName
{
background-color: #FC688A;
}
.BgClassName
{
background-color: #FC688A;
}
</style>
border-color css
<style>
span { border-color: #FC688A; }
span { border-color: rgb(252,104,138); }
td.TdClassName
{
border-color: #FC688A;
}
.TagClassName
{
border-color: #FC688A;
}
</style>