Shades of Your Pink #FCBCB9
Tints of Your Pink #FCBCB9
RGB
CMYK
RGB Variations
Color information
#FCBCB9 (or 0xFCBCB9) is known color: Your Pink. HEX triplet: FC, BC and B9. RGB value is (252,188,185). Sum of RGB (Red+Green+Blue) = 252+188+185=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCB9 is #034346. Grayscale: #CECECE. Windows color (decimal): -213831 or 12172540. OLE color: 12172540.
HSL color Cylindrical-coordinate representation of color #FCBCB9: hue angle of 2.69º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCBCB9 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 185 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.01 |
| HSL | 2.69º | 0.92% | 0.86% | - |
| HSV(B) | 2.69º | 0.27% | 0.99% | - |
| XYZ | 66.89 | 60.16 | 53.99 | - |
| YUV | 206.79 | 115.7 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 185 | 0 | 0.25 | 0.27 | 0.01 | 2.69 | 0.92 | 0.86 |
| Hex | FC | BC | B9 | 0 | 19 | 1B | 1 | 3 | 5C | 56 |
| Octal | 374 | 274 | 271 | 0 | 31 | 33 | 1 | 3 | 134 | 126 |
| Binary | 11111100 | 10111100 | 10111001 | 0 | 11001 | 11011 | 1 | 11 | 1011100 | 1010110 |
Color Harmonies of #FCBCB9
Complementary color
Monochromatic Colors of #FCBCB9
Black with #FCBCB9
Text Example
Text Example
White with #FCBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCB9; }
p { color: rgb(252,188,185); }
H1.HeaderClassName
{
color: #FCBCB9;
}
.AnyTagClassName
{
color: #FCBCB9;
}
</style>
background-color css
<style>
a { background-color: #FCBCB9; }
a { background-color: rgb(252,188,185); }
div.DivClassName
{
background-color: #FCBCB9;
}
.BgClassName
{
background-color: #FCBCB9;
}
</style>
border-color css
<style>
span { border-color: #FCBCB9; }
span { border-color: rgb(252,188,185); }
td.TdClassName
{
border-color: #FCBCB9;
}
.TagClassName
{
border-color: #FCBCB9;
}
</style>