Shades of Cupid #FBAABE
Tints of Cupid #FBAABE
RGB
CMYK
RGB Variations
Color information
#FBAABE (or 0xFBAABE) is known color: Cupid. HEX triplet: FB, AA and BE. RGB value is (251,170,190). Sum of RGB (Red+Green+Blue) = 251+170+190=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAABE is #045541. Grayscale: #C4C4C4. Windows color (decimal): -283970 or 12495611. OLE color: 12495611.
HSL color Cylindrical-coordinate representation of color #FBAABE: hue angle of 345.19º 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 #FBAABE is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 190 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.02 |
| HSL | 345.19º | 0.91% | 0.83% | - |
| HSV(B) | 345.19º | 0.32% | 0.98% | - |
| XYZ | 63.45 | 52.98 | 55.6 | - |
| YUV | 196.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 190 | 0 | 0.32 | 0.24 | 0.02 | 345.19 | 0.91 | 0.83 |
| Hex | FB | AA | BE | 0 | 20 | 18 | 2 | 159 | 5B | 53 |
| Octal | 373 | 252 | 276 | 0 | 40 | 30 | 2 | 531 | 133 | 123 |
| Binary | 11111011 | 10101010 | 10111110 | 0 | 100000 | 11000 | 10 | 101011001 | 1011011 | 1010011 |
Color Harmonies of #FBAABE
Complementary color
Monochromatic Colors of #FBAABE
Black with #FBAABE
Text Example
Text Example
White with #FBAABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAABE; }
p { color: rgb(251,170,190); }
H1.HeaderClassName
{
color: #FBAABE;
}
.AnyTagClassName
{
color: #FBAABE;
}
</style>
background-color css
<style>
a { background-color: #FBAABE; }
a { background-color: rgb(251,170,190); }
div.DivClassName
{
background-color: #FBAABE;
}
.BgClassName
{
background-color: #FBAABE;
}
</style>
border-color css
<style>
span { border-color: #FBAABE; }
span { border-color: rgb(251,170,190); }
td.TdClassName
{
border-color: #FBAABE;
}
.TagClassName
{
border-color: #FBAABE;
}
</style>