Shades of Your Pink #FCBDB6
Tints of Your Pink #FCBDB6
RGB
CMYK
RGB Variations
Color information
#FCBDB6 (or 0xFCBDB6) is known color: Your Pink. HEX triplet: FC, BD and B6. RGB value is (252,189,182). Sum of RGB (Red+Green+Blue) = 252+189+182=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDB6 is #034249. Grayscale: #CFCFCF. Windows color (decimal): -213578 or 11976188. OLE color: 11976188.
HSL color Cylindrical-coordinate representation of color #FCBDB6: hue angle of 6º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCBDB6 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 182 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.01 |
| HSL | 6º | 0.92% | 0.85% | - |
| HSV(B) | 6º | 0.28% | 0.99% | - |
| XYZ | 66.79 | 60.47 | 52.41 | - |
| YUV | 207.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 182 | 0 | 0.25 | 0.28 | 0.01 | 6 | 0.92 | 0.85 |
| Hex | FC | BD | B6 | 0 | 19 | 1C | 1 | 6 | 5C | 55 |
| Octal | 374 | 275 | 266 | 0 | 31 | 34 | 1 | 6 | 134 | 125 |
| Binary | 11111100 | 10111101 | 10110110 | 0 | 11001 | 11100 | 1 | 110 | 1011100 | 1010101 |
Color Harmonies of #FCBDB6
Complementary color
Monochromatic Colors of #FCBDB6
Black with #FCBDB6
Text Example
Text Example
White with #FCBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDB6; }
p { color: rgb(252,189,182); }
H1.HeaderClassName
{
color: #FCBDB6;
}
.AnyTagClassName
{
color: #FCBDB6;
}
</style>
background-color css
<style>
a { background-color: #FCBDB6; }
a { background-color: rgb(252,189,182); }
div.DivClassName
{
background-color: #FCBDB6;
}
.BgClassName
{
background-color: #FCBDB6;
}
</style>
border-color css
<style>
span { border-color: #FCBDB6; }
span { border-color: rgb(252,189,182); }
td.TdClassName
{
border-color: #FCBDB6;
}
.TagClassName
{
border-color: #FCBDB6;
}
</style>