Shades of Your Pink #FCCBBC
Tints of Your Pink #FCCBBC
RGB
CMYK
RGB Variations
Color information
#FCCBBC (or 0xFCCBBC) is known color: Your Pink. HEX triplet: FC, CB and BC. RGB value is (252,203,188). Sum of RGB (Red+Green+Blue) = 252+203+188=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBBC is #033443. Grayscale: #D8D8D8. Windows color (decimal): -209988 or 12372988. OLE color: 12372988.
HSL color Cylindrical-coordinate representation of color #FCCBBC: hue angle of 14.06º 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 #FCCBBC is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 188 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.01 |
| HSL | 14.06º | 0.91% | 0.86% | - |
| HSV(B) | 14.06º | 0.25% | 0.99% | - |
| XYZ | 70.58 | 67.04 | 56.8 | - |
| YUV | 215.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 188 | 0 | 0.19 | 0.25 | 0.01 | 14.06 | 0.91 | 0.86 |
| Hex | FC | CB | BC | 0 | 13 | 19 | 1 | E | 5B | 56 |
| Octal | 374 | 313 | 274 | 0 | 23 | 31 | 1 | 16 | 133 | 126 |
| Binary | 11111100 | 11001011 | 10111100 | 0 | 10011 | 11001 | 1 | 1110 | 1011011 | 1010110 |
Color Harmonies of #FCCBBC
Complementary color
Monochromatic Colors of #FCCBBC
Black with #FCCBBC
Text Example
Text Example
White with #FCCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBBC; }
p { color: rgb(252,203,188); }
H1.HeaderClassName
{
color: #FCCBBC;
}
.AnyTagClassName
{
color: #FCCBBC;
}
</style>
background-color css
<style>
a { background-color: #FCCBBC; }
a { background-color: rgb(252,203,188); }
div.DivClassName
{
background-color: #FCCBBC;
}
.BgClassName
{
background-color: #FCCBBC;
}
</style>
border-color css
<style>
span { border-color: #FCCBBC; }
span { border-color: rgb(252,203,188); }
td.TdClassName
{
border-color: #FCCBBC;
}
.TagClassName
{
border-color: #FCCBBC;
}
</style>