Shades of Cupid #FBB8C8
Tints of Cupid #FBB8C8
RGB
CMYK
RGB Variations
Color information
#FBB8C8 (or 0xFBB8C8) is known color: Cupid. HEX triplet: FB, B8 and C8. RGB value is (251,184,200). Sum of RGB (Red+Green+Blue) = 251+184+200=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8C8 is #044737. Grayscale: #CDCDCD. Windows color (decimal): -280376 or 13154555. OLE color: 13154555.
HSL color Cylindrical-coordinate representation of color #FBB8C8: hue angle of 345.67º 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 #FBB8C8 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 200 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.02 |
| HSL | 345.67º | 0.89% | 0.85% | - |
| HSV(B) | 345.67º | 0.27% | 0.98% | - |
| XYZ | 67.35 | 58.96 | 62.47 | - |
| YUV | 205.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 200 | 0 | 0.27 | 0.20 | 0.02 | 345.67 | 0.89 | 0.85 |
| Hex | FB | B8 | C8 | 0 | 1B | 14 | 2 | 15A | 59 | 55 |
| Octal | 373 | 270 | 310 | 0 | 33 | 24 | 2 | 532 | 131 | 125 |
| Binary | 11111011 | 10111000 | 11001000 | 0 | 11011 | 10100 | 10 | 101011010 | 1011001 | 1010101 |
Color Harmonies of #FBB8C8
Complementary color
Monochromatic Colors of #FBB8C8
Black with #FBB8C8
Text Example
Text Example
White with #FBB8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB8C8; }
p { color: rgb(251,184,200); }
H1.HeaderClassName
{
color: #FBB8C8;
}
.AnyTagClassName
{
color: #FBB8C8;
}
</style>
background-color css
<style>
a { background-color: #FBB8C8; }
a { background-color: rgb(251,184,200); }
div.DivClassName
{
background-color: #FBB8C8;
}
.BgClassName
{
background-color: #FBB8C8;
}
</style>
border-color css
<style>
span { border-color: #FBB8C8; }
span { border-color: rgb(251,184,200); }
td.TdClassName
{
border-color: #FBB8C8;
}
.TagClassName
{
border-color: #FBB8C8;
}
</style>