Shades of Your Pink #FCBDBC
Tints of Your Pink #FCBDBC
RGB
CMYK
RGB Variations
Color information
#FCBDBC (or 0xFCBDBC) is known color: Your Pink. HEX triplet: FC, BD and BC. RGB value is (252,189,188). Sum of RGB (Red+Green+Blue) = 252+189+188=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDBC is #034243. Grayscale: #CFCFCF. Windows color (decimal): -213572 or 12369404. OLE color: 12369404.
HSL color Cylindrical-coordinate representation of color #FCBDBC: hue angle of 0.94º 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 #FCBDBC is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 188 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.01 |
| HSL | 0.94º | 0.91% | 0.86% | - |
| HSV(B) | 0.94º | 0.25% | 0.99% | - |
| XYZ | 67.42 | 60.72 | 55.74 | - |
| YUV | 207.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 188 | 0 | 0.25 | 0.25 | 0.01 | 0.94 | 0.91 | 0.86 |
| Hex | FC | BD | BC | 0 | 19 | 19 | 1 | 1 | 5B | 56 |
| Octal | 374 | 275 | 274 | 0 | 31 | 31 | 1 | 1 | 133 | 126 |
| Binary | 11111100 | 10111101 | 10111100 | 0 | 11001 | 11001 | 1 | 1 | 1011011 | 1010110 |
Color Harmonies of #FCBDBC
Complementary color
Monochromatic Colors of #FCBDBC
Black with #FCBDBC
Text Example
Text Example
White with #FCBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDBC; }
p { color: rgb(252,189,188); }
H1.HeaderClassName
{
color: #FCBDBC;
}
.AnyTagClassName
{
color: #FCBDBC;
}
</style>
background-color css
<style>
a { background-color: #FCBDBC; }
a { background-color: rgb(252,189,188); }
div.DivClassName
{
background-color: #FCBDBC;
}
.BgClassName
{
background-color: #FCBDBC;
}
</style>
border-color css
<style>
span { border-color: #FCBDBC; }
span { border-color: rgb(252,189,188); }
td.TdClassName
{
border-color: #FCBDBC;
}
.TagClassName
{
border-color: #FCBDBC;
}
</style>