Shades of Pink #FCBCCE
Tints of Pink #FCBCCE
RGB
CMYK
RGB Variations
Color information
#FCBCCE (or 0xFCBCCE) is known color: Pink. HEX triplet: FC, BC and CE. RGB value is (252,188,206). Sum of RGB (Red+Green+Blue) = 252+188+206=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCCE is #034331. Grayscale: #D1D1D1. Windows color (decimal): -213810 or 13548796. OLE color: 13548796.
HSL color Cylindrical-coordinate representation of color #FCBCCE: hue angle of 343.12º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCCE is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 206 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.01 |
| HSL | 343.13º | 0.91% | 0.86% | - |
| HSV(B) | 343.13º | 0.25% | 0.99% | - |
| XYZ | 69.27 | 61.12 | 66.54 | - |
| YUV | 209.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 206 | 0 | 0.25 | 0.18 | 0.01 | 343.13 | 0.91 | 0.86 |
| Hex | FC | BC | CE | 0 | 19 | 12 | 1 | 157 | 5B | 56 |
| Octal | 374 | 274 | 316 | 0 | 31 | 22 | 1 | 527 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11001110 | 0 | 11001 | 10010 | 1 | 101010111 | 1011011 | 1010110 |
Color Harmonies of #FCBCCE
Complementary color
Monochromatic Colors of #FCBCCE
Black with #FCBCCE
Text Example
Text Example
White with #FCBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCCE; }
p { color: rgb(252,188,206); }
H1.HeaderClassName
{
color: #FCBCCE;
}
.AnyTagClassName
{
color: #FCBCCE;
}
</style>
background-color css
<style>
a { background-color: #FCBCCE; }
a { background-color: rgb(252,188,206); }
div.DivClassName
{
background-color: #FCBCCE;
}
.BgClassName
{
background-color: #FCBCCE;
}
</style>
border-color css
<style>
span { border-color: #FCBCCE; }
span { border-color: rgb(252,188,206); }
td.TdClassName
{
border-color: #FCBCCE;
}
.TagClassName
{
border-color: #FCBCCE;
}
</style>