Shades of Brink Pink #FC697B
Tints of Brink Pink #FC697B
RGB
CMYK
RGB Variations
Color information
#FC697B (or 0xFC697B) is known color: Brink Pink. HEX triplet: FC, 69 and 7B. RGB value is (252,105,123). Sum of RGB (Red+Green+Blue) = 252+105+123=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC697B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC697B is #039684. Grayscale: #979797. Windows color (decimal): -235141 or 8088060. OLE color: 8088060.
HSL color Cylindrical-coordinate representation of color #FC697B: hue angle of 352.65º 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 #FC697B is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 123 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.01 |
| HSL | 352.65º | 0.96% | 0.7% | - |
| HSV(B) | 352.65º | 0.58% | 0.99% | - |
| XYZ | 48.77 | 32.23 | 22.39 | - |
| YUV | 151.01 | 112.2 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 123 | 0 | 0.58 | 0.51 | 0.01 | 352.65 | 0.96 | 0.7 |
| Hex | FC | 69 | 7B | 0 | 3A | 33 | 1 | 161 | 60 | 46 |
| Octal | 374 | 151 | 173 | 0 | 72 | 63 | 1 | 541 | 140 | 106 |
| Binary | 11111100 | 1101001 | 1111011 | 0 | 111010 | 110011 | 1 | 101100001 | 1100000 | 1000110 |
Color Harmonies of #FC697B
Complementary color
Monochromatic Colors of #FC697B
Black with #FC697B
Text Example
Text Example
White with #FC697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC697B; }
p { color: rgb(252,105,123); }
H1.HeaderClassName
{
color: #FC697B;
}
.AnyTagClassName
{
color: #FC697B;
}
</style>
background-color css
<style>
a { background-color: #FC697B; }
a { background-color: rgb(252,105,123); }
div.DivClassName
{
background-color: #FC697B;
}
.BgClassName
{
background-color: #FC697B;
}
</style>
border-color css
<style>
span { border-color: #FC697B; }
span { border-color: rgb(252,105,123); }
td.TdClassName
{
border-color: #FC697B;
}
.TagClassName
{
border-color: #FC697B;
}
</style>