Shades of Pink #FCBACB
Tints of Pink #FCBACB
RGB
CMYK
RGB Variations
Color information
#FCBACB (or 0xFCBACB) is known color: Pink. HEX triplet: FC, BA and CB. RGB value is (252,186,203). Sum of RGB (Red+Green+Blue) = 252+186+203=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBACB is #034534. Grayscale: #CFCFCF. Windows color (decimal): -214325 or 13351676. OLE color: 13351676.
HSL color Cylindrical-coordinate representation of color #FCBACB: hue angle of 344.55º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBACB is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 203 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.01 |
| HSL | 344.55º | 0.92% | 0.86% | - |
| HSV(B) | 344.55º | 0.26% | 0.99% | - |
| XYZ | 68.48 | 60.13 | 64.5 | - |
| YUV | 207.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 203 | 0 | 0.26 | 0.19 | 0.01 | 344.55 | 0.92 | 0.86 |
| Hex | FC | BA | CB | 0 | 1A | 13 | 1 | 159 | 5C | 56 |
| Octal | 374 | 272 | 313 | 0 | 32 | 23 | 1 | 531 | 134 | 126 |
| Binary | 11111100 | 10111010 | 11001011 | 0 | 11010 | 10011 | 1 | 101011001 | 1011100 | 1010110 |
Color Harmonies of #FCBACB
Complementary color
Monochromatic Colors of #FCBACB
Black with #FCBACB
Text Example
Text Example
White with #FCBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBACB; }
p { color: rgb(252,186,203); }
H1.HeaderClassName
{
color: #FCBACB;
}
.AnyTagClassName
{
color: #FCBACB;
}
</style>
background-color css
<style>
a { background-color: #FCBACB; }
a { background-color: rgb(252,186,203); }
div.DivClassName
{
background-color: #FCBACB;
}
.BgClassName
{
background-color: #FCBACB;
}
</style>
border-color css
<style>
span { border-color: #FCBACB; }
span { border-color: rgb(252,186,203); }
td.TdClassName
{
border-color: #FCBACB;
}
.TagClassName
{
border-color: #FCBACB;
}
</style>