Shades of Cupid #FBB7CA
Tints of Cupid #FBB7CA
RGB
CMYK
RGB Variations
Color information
#FBB7CA (or 0xFBB7CA) is known color: Cupid. HEX triplet: FB, B7 and CA. RGB value is (251,183,202). Sum of RGB (Red+Green+Blue) = 251+183+202=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB7CA is #044835. Grayscale: #CDCDCD. Windows color (decimal): -280630 or 13285371. OLE color: 13285371.
HSL color Cylindrical-coordinate representation of color #FBB7CA: hue angle of 343.24º 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 #FBB7CA is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 183 | 202 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.02 |
| HSL | 343.24º | 0.89% | 0.85% | - |
| HSV(B) | 343.24º | 0.27% | 0.98% | - |
| XYZ | 67.38 | 58.64 | 63.64 | - |
| YUV | 205.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 183 | 202 | 0 | 0.27 | 0.20 | 0.02 | 343.24 | 0.89 | 0.85 |
| Hex | FB | B7 | CA | 0 | 1B | 14 | 2 | 157 | 59 | 55 |
| Octal | 373 | 267 | 312 | 0 | 33 | 24 | 2 | 527 | 131 | 125 |
| Binary | 11111011 | 10110111 | 11001010 | 0 | 11011 | 10100 | 10 | 101010111 | 1011001 | 1010101 |
Color Harmonies of #FBB7CA
Complementary color
Monochromatic Colors of #FBB7CA
Black with #FBB7CA
Text Example
Text Example
White with #FBB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB7CA; }
p { color: rgb(251,183,202); }
H1.HeaderClassName
{
color: #FBB7CA;
}
.AnyTagClassName
{
color: #FBB7CA;
}
</style>
background-color css
<style>
a { background-color: #FBB7CA; }
a { background-color: rgb(251,183,202); }
div.DivClassName
{
background-color: #FBB7CA;
}
.BgClassName
{
background-color: #FBB7CA;
}
</style>
border-color css
<style>
span { border-color: #FBB7CA; }
span { border-color: rgb(251,183,202); }
td.TdClassName
{
border-color: #FBB7CA;
}
.TagClassName
{
border-color: #FBB7CA;
}
</style>