Shades of Pink #FCBDC7
Tints of Pink #FCBDC7
RGB
CMYK
RGB Variations
Color information
#FCBDC7 (or 0xFCBDC7) is known color: Pink. HEX triplet: FC, BD and C7. RGB value is (252,189,199). Sum of RGB (Red+Green+Blue) = 252+189+199=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDC7 is #034238. Grayscale: #D1D1D1. Windows color (decimal): -213561 or 13090300. OLE color: 13090300.
HSL color Cylindrical-coordinate representation of color #FCBDC7: hue angle of 350.48º 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 #FCBDC7 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 199 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.01 |
| HSL | 350.48º | 0.91% | 0.86% | - |
| HSV(B) | 350.48º | 0.25% | 0.99% | - |
| XYZ | 68.65 | 61.21 | 62.23 | - |
| YUV | 208.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 199 | 0 | 0.25 | 0.21 | 0.01 | 350.48 | 0.91 | 0.86 |
| Hex | FC | BD | C7 | 0 | 19 | 15 | 1 | 15E | 5B | 56 |
| Octal | 374 | 275 | 307 | 0 | 31 | 25 | 1 | 536 | 133 | 126 |
| Binary | 11111100 | 10111101 | 11000111 | 0 | 11001 | 10101 | 1 | 101011110 | 1011011 | 1010110 |
Color Harmonies of #FCBDC7
Complementary color
Monochromatic Colors of #FCBDC7
Black with #FCBDC7
Text Example
Text Example
White with #FCBDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDC7; }
p { color: rgb(252,189,199); }
H1.HeaderClassName
{
color: #FCBDC7;
}
.AnyTagClassName
{
color: #FCBDC7;
}
</style>
background-color css
<style>
a { background-color: #FCBDC7; }
a { background-color: rgb(252,189,199); }
div.DivClassName
{
background-color: #FCBDC7;
}
.BgClassName
{
background-color: #FCBDC7;
}
</style>
border-color css
<style>
span { border-color: #FCBDC7; }
span { border-color: rgb(252,189,199); }
td.TdClassName
{
border-color: #FCBDC7;
}
.TagClassName
{
border-color: #FCBDC7;
}
</style>