Shades of Pink #FCBBC7
Tints of Pink #FCBBC7
RGB
CMYK
RGB Variations
Color information
#FCBBC7 (or 0xFCBBC7) is known color: Pink. HEX triplet: FC, BB and C7. RGB value is (252,187,199). Sum of RGB (Red+Green+Blue) = 252+187+199=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBC7 is #034438. Grayscale: #CFCFCF. Windows color (decimal): -214073 or 13089788. OLE color: 13089788.
HSL color Cylindrical-coordinate representation of color #FCBBC7: hue angle of 348.92º 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 #FCBBC7 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 199 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.01 |
| HSL | 348.92º | 0.92% | 0.86% | - |
| HSV(B) | 348.92º | 0.26% | 0.99% | - |
| XYZ | 68.22 | 60.36 | 62.09 | - |
| YUV | 207.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 199 | 0 | 0.26 | 0.21 | 0.01 | 348.92 | 0.92 | 0.86 |
| Hex | FC | BB | C7 | 0 | 1A | 15 | 1 | 15D | 5C | 56 |
| Octal | 374 | 273 | 307 | 0 | 32 | 25 | 1 | 535 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11000111 | 0 | 11010 | 10101 | 1 | 101011101 | 1011100 | 1010110 |
Color Harmonies of #FCBBC7
Complementary color
Monochromatic Colors of #FCBBC7
Black with #FCBBC7
Text Example
Text Example
White with #FCBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBC7; }
p { color: rgb(252,187,199); }
H1.HeaderClassName
{
color: #FCBBC7;
}
.AnyTagClassName
{
color: #FCBBC7;
}
</style>
background-color css
<style>
a { background-color: #FCBBC7; }
a { background-color: rgb(252,187,199); }
div.DivClassName
{
background-color: #FCBBC7;
}
.BgClassName
{
background-color: #FCBBC7;
}
</style>
border-color css
<style>
span { border-color: #FCBBC7; }
span { border-color: rgb(252,187,199); }
td.TdClassName
{
border-color: #FCBBC7;
}
.TagClassName
{
border-color: #FCBBC7;
}
</style>