Shades of Your Pink #FCBFBC
Tints of Your Pink #FCBFBC
RGB
CMYK
RGB Variations
Color information
#FCBFBC (or 0xFCBFBC) is known color: Your Pink. HEX triplet: FC, BF and BC. RGB value is (252,191,188). Sum of RGB (Red+Green+Blue) = 252+191+188=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFBC is #034043. Grayscale: #D0D0D0. Windows color (decimal): -213060 or 12369916. OLE color: 12369916.
HSL color Cylindrical-coordinate representation of color #FCBFBC: hue angle of 2.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBFBC is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 188 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.01 |
| HSL | 2.81º | 0.91% | 0.86% | - |
| HSV(B) | 2.81º | 0.25% | 0.99% | - |
| XYZ | 67.85 | 61.59 | 55.89 | - |
| YUV | 208.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 188 | 0 | 0.24 | 0.25 | 0.01 | 2.81 | 0.91 | 0.86 |
| Hex | FC | BF | BC | 0 | 18 | 19 | 1 | 3 | 5B | 56 |
| Octal | 374 | 277 | 274 | 0 | 30 | 31 | 1 | 3 | 133 | 126 |
| Binary | 11111100 | 10111111 | 10111100 | 0 | 11000 | 11001 | 1 | 11 | 1011011 | 1010110 |
Color Harmonies of #FCBFBC
Complementary color
Monochromatic Colors of #FCBFBC
Black with #FCBFBC
Text Example
Text Example
White with #FCBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFBC; }
p { color: rgb(252,191,188); }
H1.HeaderClassName
{
color: #FCBFBC;
}
.AnyTagClassName
{
color: #FCBFBC;
}
</style>
background-color css
<style>
a { background-color: #FCBFBC; }
a { background-color: rgb(252,191,188); }
div.DivClassName
{
background-color: #FCBFBC;
}
.BgClassName
{
background-color: #FCBFBC;
}
</style>
border-color css
<style>
span { border-color: #FCBFBC; }
span { border-color: rgb(252,191,188); }
td.TdClassName
{
border-color: #FCBFBC;
}
.TagClassName
{
border-color: #FCBFBC;
}
</style>