Shades of Pink #FCBBCE
Tints of Pink #FCBBCE
RGB
CMYK
RGB Variations
Color information
#FCBBCE (or 0xFCBBCE) is known color: Pink. HEX triplet: FC, BB and CE. RGB value is (252,187,206). Sum of RGB (Red+Green+Blue) = 252+187+206=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBCE is #034431. Grayscale: #D0D0D0. Windows color (decimal): -214066 or 13548540. OLE color: 13548540.
HSL color Cylindrical-coordinate representation of color #FCBBCE: hue angle of 342.46º 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 #FCBBCE is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 206 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.01 |
| HSL | 342.46º | 0.92% | 0.86% | - |
| HSV(B) | 342.46º | 0.26% | 0.99% | - |
| XYZ | 69.06 | 60.69 | 66.47 | - |
| YUV | 208.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 206 | 0 | 0.26 | 0.18 | 0.01 | 342.46 | 0.92 | 0.86 |
| Hex | FC | BB | CE | 0 | 1A | 12 | 1 | 156 | 5C | 56 |
| Octal | 374 | 273 | 316 | 0 | 32 | 22 | 1 | 526 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11001110 | 0 | 11010 | 10010 | 1 | 101010110 | 1011100 | 1010110 |
Color Harmonies of #FCBBCE
Complementary color
Monochromatic Colors of #FCBBCE
Black with #FCBBCE
Text Example
Text Example
White with #FCBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBCE; }
p { color: rgb(252,187,206); }
H1.HeaderClassName
{
color: #FCBBCE;
}
.AnyTagClassName
{
color: #FCBBCE;
}
</style>
background-color css
<style>
a { background-color: #FCBBCE; }
a { background-color: rgb(252,187,206); }
div.DivClassName
{
background-color: #FCBBCE;
}
.BgClassName
{
background-color: #FCBBCE;
}
</style>
border-color css
<style>
span { border-color: #FCBBCE; }
span { border-color: rgb(252,187,206); }
td.TdClassName
{
border-color: #FCBBCE;
}
.TagClassName
{
border-color: #FCBBCE;
}
</style>