Shades of Brink Pink #FC668B
Tints of Brink Pink #FC668B
RGB
CMYK
RGB Variations
Color information
#FC668B (or 0xFC668B) is known color: Brink Pink. HEX triplet: FC, 66 and 8B. RGB value is (252,102,139). Sum of RGB (Red+Green+Blue) = 252+102+139=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC668B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC668B is #039974. Grayscale: #979797. Windows color (decimal): -235893 or 9135868. OLE color: 9135868.
HSL color Cylindrical-coordinate representation of color #FC668B: hue angle of 345.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC668B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 139 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.01 |
| HSL | 345.2º | 0.96% | 0.69% | - |
| HSV(B) | 345.2º | 0.6% | 0.99% | - |
| XYZ | 49.56 | 32.06 | 28 | - |
| YUV | 151.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 139 | 0 | 0.60 | 0.45 | 0.01 | 345.2 | 0.96 | 0.69 |
| Hex | FC | 66 | 8B | 0 | 3C | 2D | 1 | 159 | 60 | 45 |
| Octal | 374 | 146 | 213 | 0 | 74 | 55 | 1 | 531 | 140 | 105 |
| Binary | 11111100 | 1100110 | 10001011 | 0 | 111100 | 101101 | 1 | 101011001 | 1100000 | 1000101 |
Color Harmonies of #FC668B
Complementary color
Monochromatic Colors of #FC668B
Black with #FC668B
Text Example
Text Example
White with #FC668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC668B; }
p { color: rgb(252,102,139); }
H1.HeaderClassName
{
color: #FC668B;
}
.AnyTagClassName
{
color: #FC668B;
}
</style>
background-color css
<style>
a { background-color: #FC668B; }
a { background-color: rgb(252,102,139); }
div.DivClassName
{
background-color: #FC668B;
}
.BgClassName
{
background-color: #FC668B;
}
</style>
border-color css
<style>
span { border-color: #FC668B; }
span { border-color: rgb(252,102,139); }
td.TdClassName
{
border-color: #FC668B;
}
.TagClassName
{
border-color: #FC668B;
}
</style>