Shades of Your Pink #FCBDBB
Tints of Your Pink #FCBDBB
RGB
CMYK
RGB Variations
Color information
#FCBDBB (or 0xFCBDBB) is known color: Your Pink. HEX triplet: FC, BD and BB. RGB value is (252,189,187). Sum of RGB (Red+Green+Blue) = 252+189+187=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDBB is #034244. Grayscale: #CFCFCF. Windows color (decimal): -213573 or 12303868. OLE color: 12303868.
HSL color Cylindrical-coordinate representation of color #FCBDBB: hue angle of 1.85º 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 #FCBDBB is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 187 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.01 |
| HSL | 1.85º | 0.92% | 0.86% | - |
| HSV(B) | 1.85º | 0.26% | 0.99% | - |
| XYZ | 67.31 | 60.68 | 55.18 | - |
| YUV | 207.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 187 | 0 | 0.25 | 0.26 | 0.01 | 1.85 | 0.92 | 0.86 |
| Hex | FC | BD | BB | 0 | 19 | 1A | 1 | 2 | 5C | 56 |
| Octal | 374 | 275 | 273 | 0 | 31 | 32 | 1 | 2 | 134 | 126 |
| Binary | 11111100 | 10111101 | 10111011 | 0 | 11001 | 11010 | 1 | 10 | 1011100 | 1010110 |
Color Harmonies of #FCBDBB
Complementary color
Monochromatic Colors of #FCBDBB
Black with #FCBDBB
Text Example
Text Example
White with #FCBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDBB; }
p { color: rgb(252,189,187); }
H1.HeaderClassName
{
color: #FCBDBB;
}
.AnyTagClassName
{
color: #FCBDBB;
}
</style>
background-color css
<style>
a { background-color: #FCBDBB; }
a { background-color: rgb(252,189,187); }
div.DivClassName
{
background-color: #FCBDBB;
}
.BgClassName
{
background-color: #FCBDBB;
}
</style>
border-color css
<style>
span { border-color: #FCBDBB; }
span { border-color: rgb(252,189,187); }
td.TdClassName
{
border-color: #FCBDBB;
}
.TagClassName
{
border-color: #FCBDBB;
}
</style>