Shades of Cupid #FBAAC0
Tints of Cupid #FBAAC0
RGB
CMYK
RGB Variations
Color information
#FBAAC0 (or 0xFBAAC0) is known color: Cupid. HEX triplet: FB, AA and C0. RGB value is (251,170,192). Sum of RGB (Red+Green+Blue) = 251+170+192=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAC0 is #04553F. Grayscale: #C4C4C4. Windows color (decimal): -283968 or 12626683. OLE color: 12626683.
HSL color Cylindrical-coordinate representation of color #FBAAC0: hue angle of 343.7º 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 #FBAAC0 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 192 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.02 |
| HSL | 343.7º | 0.91% | 0.83% | - |
| HSV(B) | 343.7º | 0.32% | 0.98% | - |
| XYZ | 63.67 | 53.06 | 56.76 | - |
| YUV | 196.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 192 | 0 | 0.32 | 0.24 | 0.02 | 343.7 | 0.91 | 0.83 |
| Hex | FB | AA | C0 | 0 | 20 | 18 | 2 | 158 | 5B | 53 |
| Octal | 373 | 252 | 300 | 0 | 40 | 30 | 2 | 530 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11000000 | 0 | 100000 | 11000 | 10 | 101011000 | 1011011 | 1010011 |
Color Harmonies of #FBAAC0
Complementary color
Monochromatic Colors of #FBAAC0
Black with #FBAAC0
Text Example
Text Example
White with #FBAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAC0; }
p { color: rgb(251,170,192); }
H1.HeaderClassName
{
color: #FBAAC0;
}
.AnyTagClassName
{
color: #FBAAC0;
}
</style>
background-color css
<style>
a { background-color: #FBAAC0; }
a { background-color: rgb(251,170,192); }
div.DivClassName
{
background-color: #FBAAC0;
}
.BgClassName
{
background-color: #FBAAC0;
}
</style>
border-color css
<style>
span { border-color: #FBAAC0; }
span { border-color: rgb(251,170,192); }
td.TdClassName
{
border-color: #FBAAC0;
}
.TagClassName
{
border-color: #FBAAC0;
}
</style>