Shades of Cupid #FBAABC
Tints of Cupid #FBAABC
RGB
CMYK
RGB Variations
Color information
#FBAABC (or 0xFBAABC) is known color: Cupid. HEX triplet: FB, AA and BC. RGB value is (251,170,188). Sum of RGB (Red+Green+Blue) = 251+170+188=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAABC is #045543. Grayscale: #C4C4C4. Windows color (decimal): -283972 or 12364539. OLE color: 12364539.
HSL color Cylindrical-coordinate representation of color #FBAABC: hue angle of 346.67º 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 #FBAABC is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 188 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.02 |
| HSL | 346.67º | 0.91% | 0.83% | - |
| HSV(B) | 346.67º | 0.32% | 0.98% | - |
| XYZ | 63.24 | 52.89 | 54.45 | - |
| YUV | 196.27 | 123.34 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 188 | 0 | 0.32 | 0.25 | 0.02 | 346.67 | 0.91 | 0.83 |
| Hex | FB | AA | BC | 0 | 20 | 19 | 2 | 15B | 5B | 53 |
| Octal | 373 | 252 | 274 | 0 | 40 | 31 | 2 | 533 | 133 | 123 |
| Binary | 11111011 | 10101010 | 10111100 | 0 | 100000 | 11001 | 10 | 101011011 | 1011011 | 1010011 |
Color Harmonies of #FBAABC
Complementary color
Monochromatic Colors of #FBAABC
Black with #FBAABC
Text Example
Text Example
White with #FBAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAABC; }
p { color: rgb(251,170,188); }
H1.HeaderClassName
{
color: #FBAABC;
}
.AnyTagClassName
{
color: #FBAABC;
}
</style>
background-color css
<style>
a { background-color: #FBAABC; }
a { background-color: rgb(251,170,188); }
div.DivClassName
{
background-color: #FBAABC;
}
.BgClassName
{
background-color: #FBAABC;
}
</style>
border-color css
<style>
span { border-color: #FBAABC; }
span { border-color: rgb(251,170,188); }
td.TdClassName
{
border-color: #FBAABC;
}
.TagClassName
{
border-color: #FBAABC;
}
</style>