Shades of Pink #FCBDCC
Tints of Pink #FCBDCC
RGB
CMYK
RGB Variations
Color information
#FCBDCC (or 0xFCBDCC) is known color: Pink. HEX triplet: FC, BD and CC. RGB value is (252,189,204). Sum of RGB (Red+Green+Blue) = 252+189+204=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDCC is #034233. Grayscale: #D1D1D1. Windows color (decimal): -213556 or 13417980. OLE color: 13417980.
HSL color Cylindrical-coordinate representation of color #FCBDCC: hue angle of 345.71º 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 #FCBDCC is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 204 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.01 |
| HSL | 345.71º | 0.91% | 0.86% | - |
| HSV(B) | 345.71º | 0.25% | 0.99% | - |
| XYZ | 69.24 | 61.45 | 65.34 | - |
| YUV | 209.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 204 | 0 | 0.25 | 0.19 | 0.01 | 345.71 | 0.91 | 0.86 |
| Hex | FC | BD | CC | 0 | 19 | 13 | 1 | 15A | 5B | 56 |
| Octal | 374 | 275 | 314 | 0 | 31 | 23 | 1 | 532 | 133 | 126 |
| Binary | 11111100 | 10111101 | 11001100 | 0 | 11001 | 10011 | 1 | 101011010 | 1011011 | 1010110 |
Color Harmonies of #FCBDCC
Complementary color
Monochromatic Colors of #FCBDCC
Black with #FCBDCC
Text Example
Text Example
White with #FCBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDCC; }
p { color: rgb(252,189,204); }
H1.HeaderClassName
{
color: #FCBDCC;
}
.AnyTagClassName
{
color: #FCBDCC;
}
</style>
background-color css
<style>
a { background-color: #FCBDCC; }
a { background-color: rgb(252,189,204); }
div.DivClassName
{
background-color: #FCBDCC;
}
.BgClassName
{
background-color: #FCBDCC;
}
</style>
border-color css
<style>
span { border-color: #FCBDCC; }
span { border-color: rgb(252,189,204); }
td.TdClassName
{
border-color: #FCBDCC;
}
.TagClassName
{
border-color: #FCBDCC;
}
</style>