Shades of Pink #FBC7CE
Tints of Pink #FBC7CE
RGB
CMYK
RGB Variations
Color information
#FBC7CE (or 0xFBC7CE) is known color: Pink. HEX triplet: FB, C7 and CE. RGB value is (251,199,206). Sum of RGB (Red+Green+Blue) = 251+199+206=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7CE is #043831. Grayscale: #D7D7D7. Windows color (decimal): -276530 or 13551611. OLE color: 13551611.
HSL color Cylindrical-coordinate representation of color #FBC7CE: hue angle of 351.92º 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 #FBC7CE is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 206 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.02 |
| HSL | 351.92º | 0.87% | 0.88% | - |
| HSV(B) | 351.92º | 0.21% | 0.98% | - |
| XYZ | 71.35 | 65.81 | 67.34 | - |
| YUV | 215.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 206 | 0 | 0.21 | 0.18 | 0.02 | 351.92 | 0.87 | 0.88 |
| Hex | FB | C7 | CE | 0 | 15 | 12 | 2 | 160 | 57 | 58 |
| Octal | 373 | 307 | 316 | 0 | 25 | 22 | 2 | 540 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11001110 | 0 | 10101 | 10010 | 10 | 101100000 | 1010111 | 1011000 |
Color Harmonies of #FBC7CE
Complementary color
Monochromatic Colors of #FBC7CE
Black with #FBC7CE
Text Example
Text Example
White with #FBC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7CE; }
p { color: rgb(251,199,206); }
H1.HeaderClassName
{
color: #FBC7CE;
}
.AnyTagClassName
{
color: #FBC7CE;
}
</style>
background-color css
<style>
a { background-color: #FBC7CE; }
a { background-color: rgb(251,199,206); }
div.DivClassName
{
background-color: #FBC7CE;
}
.BgClassName
{
background-color: #FBC7CE;
}
</style>
border-color css
<style>
span { border-color: #FBC7CE; }
span { border-color: rgb(251,199,206); }
td.TdClassName
{
border-color: #FBC7CE;
}
.TagClassName
{
border-color: #FBC7CE;
}
</style>