Shades of Brink Pink #FC698C
Tints of Brink Pink #FC698C
RGB
CMYK
RGB Variations
Color information
#FC698C (or 0xFC698C) is known color: Brink Pink. HEX triplet: FC, 69 and 8C. RGB value is (252,105,140). Sum of RGB (Red+Green+Blue) = 252+105+140=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC698C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC698C is #039673. Grayscale: #989898. Windows color (decimal): -235124 or 9202172. OLE color: 9202172.
HSL color Cylindrical-coordinate representation of color #FC698C: hue angle of 345.71º 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 #FC698C is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 140 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.01 |
| HSL | 345.71º | 0.96% | 0.7% | - |
| HSV(B) | 345.71º | 0.58% | 0.99% | - |
| XYZ | 49.93 | 32.69 | 28.49 | - |
| YUV | 152.94 | 120.7 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 140 | 0 | 0.58 | 0.44 | 0.01 | 345.71 | 0.96 | 0.7 |
| Hex | FC | 69 | 8C | 0 | 3A | 2C | 1 | 15A | 60 | 46 |
| Octal | 374 | 151 | 214 | 0 | 72 | 54 | 1 | 532 | 140 | 106 |
| Binary | 11111100 | 1101001 | 10001100 | 0 | 111010 | 101100 | 1 | 101011010 | 1100000 | 1000110 |
Color Harmonies of #FC698C
Complementary color
Monochromatic Colors of #FC698C
Black with #FC698C
Text Example
Text Example
White with #FC698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC698C; }
p { color: rgb(252,105,140); }
H1.HeaderClassName
{
color: #FC698C;
}
.AnyTagClassName
{
color: #FC698C;
}
</style>
background-color css
<style>
a { background-color: #FC698C; }
a { background-color: rgb(252,105,140); }
div.DivClassName
{
background-color: #FC698C;
}
.BgClassName
{
background-color: #FC698C;
}
</style>
border-color css
<style>
span { border-color: #FC698C; }
span { border-color: rgb(252,105,140); }
td.TdClassName
{
border-color: #FC698C;
}
.TagClassName
{
border-color: #FC698C;
}
</style>