Shades of Your Pink #FBC9BD
Tints of Your Pink #FBC9BD
RGB
CMYK
RGB Variations
Color information
#FBC9BD (or 0xFBC9BD) is known color: Your Pink. HEX triplet: FB, C9 and BD. RGB value is (251,201,189). Sum of RGB (Red+Green+Blue) = 251+201+189=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9BD is #043642. Grayscale: #D6D6D6. Windows color (decimal): -276035 or 12438011. OLE color: 12438011.
HSL color Cylindrical-coordinate representation of color #FBC9BD: hue angle of 11.61º 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 #FBC9BD is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 189 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.02 |
| HSL | 11.61º | 0.89% | 0.86% | - |
| HSV(B) | 11.61º | 0.25% | 0.98% | - |
| XYZ | 69.86 | 65.96 | 57.19 | - |
| YUV | 214.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 189 | 0 | 0.20 | 0.25 | 0.02 | 11.61 | 0.89 | 0.86 |
| Hex | FB | C9 | BD | 0 | 14 | 19 | 2 | C | 59 | 56 |
| Octal | 373 | 311 | 275 | 0 | 24 | 31 | 2 | 14 | 131 | 126 |
| Binary | 11111011 | 11001001 | 10111101 | 0 | 10100 | 11001 | 10 | 1100 | 1011001 | 1010110 |
Color Harmonies of #FBC9BD
Complementary color
Monochromatic Colors of #FBC9BD
Black with #FBC9BD
Text Example
Text Example
White with #FBC9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9BD; }
p { color: rgb(251,201,189); }
H1.HeaderClassName
{
color: #FBC9BD;
}
.AnyTagClassName
{
color: #FBC9BD;
}
</style>
background-color css
<style>
a { background-color: #FBC9BD; }
a { background-color: rgb(251,201,189); }
div.DivClassName
{
background-color: #FBC9BD;
}
.BgClassName
{
background-color: #FBC9BD;
}
</style>
border-color css
<style>
span { border-color: #FBC9BD; }
span { border-color: rgb(251,201,189); }
td.TdClassName
{
border-color: #FBC9BD;
}
.TagClassName
{
border-color: #FBC9BD;
}
</style>