Shades of Pink #FBC5D1
Tints of Pink #FBC5D1
RGB
CMYK
RGB Variations
Color information
#FBC5D1 (or 0xFBC5D1) is known color: Pink. HEX triplet: FB, C5 and D1. RGB value is (251,197,209). Sum of RGB (Red+Green+Blue) = 251+197+209=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 209 (82.03% from 255 or 31.81% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5D1 is #043A2E. Grayscale: #D6D6D6. Windows color (decimal): -277039 or 13747707. OLE color: 13747707.
HSL color Cylindrical-coordinate representation of color #FBC5D1: hue angle of 346.67º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC5D1 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 209 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.02 |
| HSL | 346.67º | 0.87% | 0.88% | - |
| HSV(B) | 346.67º | 0.22% | 0.98% | - |
| XYZ | 71.26 | 65.05 | 69.12 | - |
| YUV | 214.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 209 | 0 | 0.22 | 0.17 | 0.02 | 346.67 | 0.87 | 0.88 |
| Hex | FB | C5 | D1 | 0 | 16 | 11 | 2 | 15B | 57 | 58 |
| Octal | 373 | 305 | 321 | 0 | 26 | 21 | 2 | 533 | 127 | 130 |
| Binary | 11111011 | 11000101 | 11010001 | 0 | 10110 | 10001 | 10 | 101011011 | 1010111 | 1011000 |
Color Harmonies of #FBC5D1
Complementary color
Monochromatic Colors of #FBC5D1
Black with #FBC5D1
Text Example
Text Example
White with #FBC5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5D1; }
p { color: rgb(251,197,209); }
H1.HeaderClassName
{
color: #FBC5D1;
}
.AnyTagClassName
{
color: #FBC5D1;
}
</style>
background-color css
<style>
a { background-color: #FBC5D1; }
a { background-color: rgb(251,197,209); }
div.DivClassName
{
background-color: #FBC5D1;
}
.BgClassName
{
background-color: #FBC5D1;
}
</style>
border-color css
<style>
span { border-color: #FBC5D1; }
span { border-color: rgb(251,197,209); }
td.TdClassName
{
border-color: #FBC5D1;
}
.TagClassName
{
border-color: #FBC5D1;
}
</style>