Shades of Cupid #FBABC0
Tints of Cupid #FBABC0
RGB
CMYK
RGB Variations
Color information
#FBABC0 (or 0xFBABC0) is known color: Cupid. HEX triplet: FB, AB and C0. RGB value is (251,171,192). Sum of RGB (Red+Green+Blue) = 251+171+192=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABC0 is #04543F. Grayscale: #C5C5C5. Windows color (decimal): -283712 or 12626939. OLE color: 12626939.
HSL color Cylindrical-coordinate representation of color #FBABC0: hue angle of 344.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABC0 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 192 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.02 |
| HSL | 344.25º | 0.91% | 0.83% | - |
| HSV(B) | 344.25º | 0.32% | 0.98% | - |
| XYZ | 63.86 | 53.44 | 56.82 | - |
| YUV | 197.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 192 | 0 | 0.32 | 0.24 | 0.02 | 344.25 | 0.91 | 0.83 |
| Hex | FB | AB | C0 | 0 | 20 | 18 | 2 | 158 | 5B | 53 |
| Octal | 373 | 253 | 300 | 0 | 40 | 30 | 2 | 530 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11000000 | 0 | 100000 | 11000 | 10 | 101011000 | 1011011 | 1010011 |
Color Harmonies of #FBABC0
Complementary color
Monochromatic Colors of #FBABC0
Black with #FBABC0
Text Example
Text Example
White with #FBABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABC0; }
p { color: rgb(251,171,192); }
H1.HeaderClassName
{
color: #FBABC0;
}
.AnyTagClassName
{
color: #FBABC0;
}
</style>
background-color css
<style>
a { background-color: #FBABC0; }
a { background-color: rgb(251,171,192); }
div.DivClassName
{
background-color: #FBABC0;
}
.BgClassName
{
background-color: #FBABC0;
}
</style>
border-color css
<style>
span { border-color: #FBABC0; }
span { border-color: rgb(251,171,192); }
td.TdClassName
{
border-color: #FBABC0;
}
.TagClassName
{
border-color: #FBABC0;
}
</style>