Shades of Cupid #FBB7C7
Tints of Cupid #FBB7C7
RGB
CMYK
RGB Variations
Color information
#FBB7C7 (or 0xFBB7C7) is known color: Cupid. HEX triplet: FB, B7 and C7. RGB value is (251,183,199). Sum of RGB (Red+Green+Blue) = 251+183+199=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 199 (78.12% from 255 or 31.44% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB7C7 is #044838. Grayscale: #CDCDCD. Windows color (decimal): -280633 or 13088763. OLE color: 13088763.
HSL color Cylindrical-coordinate representation of color #FBB7C7: hue angle of 345.88º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB7C7 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 183 | 199 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.02 |
| HSL | 345.88º | 0.89% | 0.85% | - |
| HSV(B) | 345.88º | 0.27% | 0.98% | - |
| XYZ | 67.03 | 58.5 | 61.79 | - |
| YUV | 205.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 183 | 199 | 0 | 0.27 | 0.21 | 0.02 | 345.88 | 0.89 | 0.85 |
| Hex | FB | B7 | C7 | 0 | 1B | 15 | 2 | 15A | 59 | 55 |
| Octal | 373 | 267 | 307 | 0 | 33 | 25 | 2 | 532 | 131 | 125 |
| Binary | 11111011 | 10110111 | 11000111 | 0 | 11011 | 10101 | 10 | 101011010 | 1011001 | 1010101 |
Color Harmonies of #FBB7C7
Complementary color
Monochromatic Colors of #FBB7C7
Black with #FBB7C7
Text Example
Text Example
White with #FBB7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB7C7; }
p { color: rgb(251,183,199); }
H1.HeaderClassName
{
color: #FBB7C7;
}
.AnyTagClassName
{
color: #FBB7C7;
}
</style>
background-color css
<style>
a { background-color: #FBB7C7; }
a { background-color: rgb(251,183,199); }
div.DivClassName
{
background-color: #FBB7C7;
}
.BgClassName
{
background-color: #FBB7C7;
}
</style>
border-color css
<style>
span { border-color: #FBB7C7; }
span { border-color: rgb(251,183,199); }
td.TdClassName
{
border-color: #FBB7C7;
}
.TagClassName
{
border-color: #FBB7C7;
}
</style>