Shades of Pink #FCBBCD
Tints of Pink #FCBBCD
RGB
CMYK
RGB Variations
Color information
#FCBBCD (or 0xFCBBCD) is known color: Pink. HEX triplet: FC, BB and CD. RGB value is (252,187,205). Sum of RGB (Red+Green+Blue) = 252+187+205=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBCD is #034432. Grayscale: #D0D0D0. Windows color (decimal): -214067 or 13483004. OLE color: 13483004.
HSL color Cylindrical-coordinate representation of color #FCBBCD: hue angle of 343.38º 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 #FCBBCD is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 205 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.01 |
| HSL | 343.38º | 0.92% | 0.86% | - |
| HSV(B) | 343.38º | 0.26% | 0.99% | - |
| XYZ | 68.93 | 60.64 | 65.83 | - |
| YUV | 208.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 205 | 0 | 0.26 | 0.19 | 0.01 | 343.38 | 0.92 | 0.86 |
| Hex | FC | BB | CD | 0 | 1A | 13 | 1 | 157 | 5C | 56 |
| Octal | 374 | 273 | 315 | 0 | 32 | 23 | 1 | 527 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11001101 | 0 | 11010 | 10011 | 1 | 101010111 | 1011100 | 1010110 |
Color Harmonies of #FCBBCD
Complementary color
Monochromatic Colors of #FCBBCD
Black with #FCBBCD
Text Example
Text Example
White with #FCBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBCD; }
p { color: rgb(252,187,205); }
H1.HeaderClassName
{
color: #FCBBCD;
}
.AnyTagClassName
{
color: #FCBBCD;
}
</style>
background-color css
<style>
a { background-color: #FCBBCD; }
a { background-color: rgb(252,187,205); }
div.DivClassName
{
background-color: #FCBBCD;
}
.BgClassName
{
background-color: #FCBBCD;
}
</style>
border-color css
<style>
span { border-color: #FCBBCD; }
span { border-color: rgb(252,187,205); }
td.TdClassName
{
border-color: #FCBBCD;
}
.TagClassName
{
border-color: #FCBBCD;
}
</style>