Shades of Pink #FCBBC9
Tints of Pink #FCBBC9
RGB
CMYK
RGB Variations
Color information
#FCBBC9 (or 0xFCBBC9) is known color: Pink. HEX triplet: FC, BB and C9. RGB value is (252,187,201). Sum of RGB (Red+Green+Blue) = 252+187+201=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBC9 is #034436. Grayscale: #D0D0D0. Windows color (decimal): -214071 or 13220860. OLE color: 13220860.
HSL color Cylindrical-coordinate representation of color #FCBBC9: hue angle of 347.08º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBBC9 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 201 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.01 |
| HSL | 347.08º | 0.92% | 0.86% | - |
| HSV(B) | 347.08º | 0.26% | 0.99% | - |
| XYZ | 68.46 | 60.45 | 63.32 | - |
| YUV | 208.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 201 | 0 | 0.26 | 0.20 | 0.01 | 347.08 | 0.92 | 0.86 |
| Hex | FC | BB | C9 | 0 | 1A | 14 | 1 | 15B | 5C | 56 |
| Octal | 374 | 273 | 311 | 0 | 32 | 24 | 1 | 533 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11001001 | 0 | 11010 | 10100 | 1 | 101011011 | 1011100 | 1010110 |
Color Harmonies of #FCBBC9
Complementary color
Monochromatic Colors of #FCBBC9
Black with #FCBBC9
Text Example
Text Example
White with #FCBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBC9; }
p { color: rgb(252,187,201); }
H1.HeaderClassName
{
color: #FCBBC9;
}
.AnyTagClassName
{
color: #FCBBC9;
}
</style>
background-color css
<style>
a { background-color: #FCBBC9; }
a { background-color: rgb(252,187,201); }
div.DivClassName
{
background-color: #FCBBC9;
}
.BgClassName
{
background-color: #FCBBC9;
}
</style>
border-color css
<style>
span { border-color: #FCBBC9; }
span { border-color: rgb(252,187,201); }
td.TdClassName
{
border-color: #FCBBC9;
}
.TagClassName
{
border-color: #FCBBC9;
}
</style>