Shades of Pink #FBC4D1
Tints of Pink #FBC4D1
RGB
CMYK
RGB Variations
Color information
#FBC4D1 (or 0xFBC4D1) is known color: Pink. HEX triplet: FB, C4 and D1. RGB value is (251,196,209). Sum of RGB (Red+Green+Blue) = 251+196+209=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4D1 is #043B2E. Grayscale: #D5D5D5. Windows color (decimal): -277295 or 13747451. OLE color: 13747451.
HSL color Cylindrical-coordinate representation of color #FBC4D1: hue angle of 345.82º 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 #FBC4D1 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 209 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.02 |
| HSL | 345.82º | 0.87% | 0.88% | - |
| HSV(B) | 345.82º | 0.22% | 0.98% | - |
| XYZ | 71.03 | 64.59 | 69.05 | - |
| YUV | 213.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 209 | 0 | 0.22 | 0.17 | 0.02 | 345.82 | 0.87 | 0.88 |
| Hex | FB | C4 | D1 | 0 | 16 | 11 | 2 | 15A | 57 | 58 |
| Octal | 373 | 304 | 321 | 0 | 26 | 21 | 2 | 532 | 127 | 130 |
| Binary | 11111011 | 11000100 | 11010001 | 0 | 10110 | 10001 | 10 | 101011010 | 1010111 | 1011000 |
Color Harmonies of #FBC4D1
Complementary color
Monochromatic Colors of #FBC4D1
Black with #FBC4D1
Text Example
Text Example
White with #FBC4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC4D1; }
p { color: rgb(251,196,209); }
H1.HeaderClassName
{
color: #FBC4D1;
}
.AnyTagClassName
{
color: #FBC4D1;
}
</style>
background-color css
<style>
a { background-color: #FBC4D1; }
a { background-color: rgb(251,196,209); }
div.DivClassName
{
background-color: #FBC4D1;
}
.BgClassName
{
background-color: #FBC4D1;
}
</style>
border-color css
<style>
span { border-color: #FBC4D1; }
span { border-color: rgb(251,196,209); }
td.TdClassName
{
border-color: #FBC4D1;
}
.TagClassName
{
border-color: #FBC4D1;
}
</style>