Shades of Cupid #FBB7C8
Tints of Cupid #FBB7C8
RGB
CMYK
RGB Variations
Color information
#FBB7C8 (or 0xFBB7C8) is known color: Cupid. HEX triplet: FB, B7 and C8. RGB value is (251,183,200). Sum of RGB (Red+Green+Blue) = 251+183+200=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 183 (71.88% from 255 or 28.86% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB7C8 is #044837. Grayscale: #CDCDCD. Windows color (decimal): -280632 or 13154299. OLE color: 13154299.
HSL color Cylindrical-coordinate representation of color #FBB7C8: hue angle of 345º 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 #FBB7C8 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 183 | 200 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.02 |
| HSL | 345º | 0.89% | 0.85% | - |
| HSV(B) | 345º | 0.27% | 0.98% | - |
| XYZ | 67.14 | 58.55 | 62.41 | - |
| YUV | 205.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 183 | 200 | 0 | 0.27 | 0.20 | 0.02 | 345 | 0.89 | 0.85 |
| Hex | FB | B7 | C8 | 0 | 1B | 14 | 2 | 159 | 59 | 55 |
| Octal | 373 | 267 | 310 | 0 | 33 | 24 | 2 | 531 | 131 | 125 |
| Binary | 11111011 | 10110111 | 11001000 | 0 | 11011 | 10100 | 10 | 101011001 | 1011001 | 1010101 |
Color Harmonies of #FBB7C8
Complementary color
Monochromatic Colors of #FBB7C8
Black with #FBB7C8
Text Example
Text Example
White with #FBB7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB7C8; }
p { color: rgb(251,183,200); }
H1.HeaderClassName
{
color: #FBB7C8;
}
.AnyTagClassName
{
color: #FBB7C8;
}
</style>
background-color css
<style>
a { background-color: #FBB7C8; }
a { background-color: rgb(251,183,200); }
div.DivClassName
{
background-color: #FBB7C8;
}
.BgClassName
{
background-color: #FBB7C8;
}
</style>
border-color css
<style>
span { border-color: #FBB7C8; }
span { border-color: rgb(251,183,200); }
td.TdClassName
{
border-color: #FBB7C8;
}
.TagClassName
{
border-color: #FBB7C8;
}
</style>