Shades of Pink #FCCBCF
Tints of Pink #FCCBCF
RGB
CMYK
RGB Variations
Color information
#FCCBCF (or 0xFCCBCF) is known color: Pink. HEX triplet: FC, CB and CF. RGB value is (252,203,207). Sum of RGB (Red+Green+Blue) = 252+203+207=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBCF is #033430. Grayscale: #DADADA. Windows color (decimal): -209969 or 13618172. OLE color: 13618172.
HSL color Cylindrical-coordinate representation of color #FCCBCF: hue angle of 355.1º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCBCF is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 207 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.01 |
| HSL | 355.1º | 0.89% | 0.89% | - |
| HSV(B) | 355.1º | 0.19% | 0.99% | - |
| XYZ | 72.76 | 67.91 | 68.3 | - |
| YUV | 218.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 207 | 0 | 0.19 | 0.18 | 0.01 | 355.1 | 0.89 | 0.89 |
| Hex | FC | CB | CF | 0 | 13 | 12 | 1 | 163 | 59 | 59 |
| Octal | 374 | 313 | 317 | 0 | 23 | 22 | 1 | 543 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11001111 | 0 | 10011 | 10010 | 1 | 101100011 | 1011001 | 1011001 |
Color Harmonies of #FCCBCF
Complementary color
Monochromatic Colors of #FCCBCF
Black with #FCCBCF
Text Example
Text Example
White with #FCCBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBCF; }
p { color: rgb(252,203,207); }
H1.HeaderClassName
{
color: #FCCBCF;
}
.AnyTagClassName
{
color: #FCCBCF;
}
</style>
background-color css
<style>
a { background-color: #FCCBCF; }
a { background-color: rgb(252,203,207); }
div.DivClassName
{
background-color: #FCCBCF;
}
.BgClassName
{
background-color: #FCCBCF;
}
</style>
border-color css
<style>
span { border-color: #FCCBCF; }
span { border-color: rgb(252,203,207); }
td.TdClassName
{
border-color: #FCCBCF;
}
.TagClassName
{
border-color: #FCCBCF;
}
</style>