Shades of Your Pink #FBCCBD
Tints of Your Pink #FBCCBD
RGB
CMYK
RGB Variations
Color information
#FBCCBD (or 0xFBCCBD) is known color: Your Pink. HEX triplet: FB, CC and BD. RGB value is (251,204,189). Sum of RGB (Red+Green+Blue) = 251+204+189=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCBD is #043342. Grayscale: #D8D8D8. Windows color (decimal): -275267 or 12438779. OLE color: 12438779.
HSL color Cylindrical-coordinate representation of color #FBCCBD: hue angle of 14.52º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBCCBD is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 189 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.02 |
| HSL | 14.52º | 0.89% | 0.86% | - |
| HSV(B) | 14.52º | 0.25% | 0.98% | - |
| XYZ | 70.56 | 67.37 | 57.43 | - |
| YUV | 216.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 189 | 0 | 0.19 | 0.25 | 0.02 | 14.52 | 0.89 | 0.86 |
| Hex | FB | CC | BD | 0 | 13 | 19 | 2 | F | 59 | 56 |
| Octal | 373 | 314 | 275 | 0 | 23 | 31 | 2 | 17 | 131 | 126 |
| Binary | 11111011 | 11001100 | 10111101 | 0 | 10011 | 11001 | 10 | 1111 | 1011001 | 1010110 |
Color Harmonies of #FBCCBD
Complementary color
Monochromatic Colors of #FBCCBD
Black with #FBCCBD
Text Example
Text Example
White with #FBCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCBD; }
p { color: rgb(251,204,189); }
H1.HeaderClassName
{
color: #FBCCBD;
}
.AnyTagClassName
{
color: #FBCCBD;
}
</style>
background-color css
<style>
a { background-color: #FBCCBD; }
a { background-color: rgb(251,204,189); }
div.DivClassName
{
background-color: #FBCCBD;
}
.BgClassName
{
background-color: #FBCCBD;
}
</style>
border-color css
<style>
span { border-color: #FBCCBD; }
span { border-color: rgb(251,204,189); }
td.TdClassName
{
border-color: #FBCCBD;
}
.TagClassName
{
border-color: #FBCCBD;
}
</style>