Shades of Pink #FBC7D0
Tints of Pink #FBC7D0
RGB
CMYK
RGB Variations
Color information
#FBC7D0 (or 0xFBC7D0) is known color: Pink. HEX triplet: FB, C7 and D0. RGB value is (251,199,208). Sum of RGB (Red+Green+Blue) = 251+199+208=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7D0 is #04382F. Grayscale: #D7D7D7. Windows color (decimal): -276528 or 13682683. OLE color: 13682683.
HSL color Cylindrical-coordinate representation of color #FBC7D0: hue angle of 349.62º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC7D0 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 208 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.02 |
| HSL | 349.62º | 0.87% | 0.88% | - |
| HSV(B) | 349.62º | 0.21% | 0.98% | - |
| XYZ | 71.59 | 65.91 | 68.62 | - |
| YUV | 215.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 208 | 0 | 0.21 | 0.17 | 0.02 | 349.62 | 0.87 | 0.88 |
| Hex | FB | C7 | D0 | 0 | 15 | 11 | 2 | 15E | 57 | 58 |
| Octal | 373 | 307 | 320 | 0 | 25 | 21 | 2 | 536 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11010000 | 0 | 10101 | 10001 | 10 | 101011110 | 1010111 | 1011000 |
Color Harmonies of #FBC7D0
Complementary color
Monochromatic Colors of #FBC7D0
Black with #FBC7D0
Text Example
Text Example
White with #FBC7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7D0; }
p { color: rgb(251,199,208); }
H1.HeaderClassName
{
color: #FBC7D0;
}
.AnyTagClassName
{
color: #FBC7D0;
}
</style>
background-color css
<style>
a { background-color: #FBC7D0; }
a { background-color: rgb(251,199,208); }
div.DivClassName
{
background-color: #FBC7D0;
}
.BgClassName
{
background-color: #FBC7D0;
}
</style>
border-color css
<style>
span { border-color: #FBC7D0; }
span { border-color: rgb(251,199,208); }
td.TdClassName
{
border-color: #FBC7D0;
}
.TagClassName
{
border-color: #FBC7D0;
}
</style>