Shades of Cupid #FBAAC1
Tints of Cupid #FBAAC1
RGB
CMYK
RGB Variations
Color information
#FBAAC1 (or 0xFBAAC1) is known color: Cupid. HEX triplet: FB, AA and C1. RGB value is (251,170,193). Sum of RGB (Red+Green+Blue) = 251+170+193=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAC1 is #04553E. Grayscale: #C4C4C4. Windows color (decimal): -283967 or 12692219. OLE color: 12692219.
HSL color Cylindrical-coordinate representation of color #FBAAC1: hue angle of 342.96º 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 #FBAAC1 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 193 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.02 |
| HSL | 342.96º | 0.91% | 0.83% | - |
| HSV(B) | 342.96º | 0.32% | 0.98% | - |
| XYZ | 63.78 | 53.11 | 57.34 | - |
| YUV | 196.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 193 | 0 | 0.32 | 0.23 | 0.02 | 342.96 | 0.91 | 0.83 |
| Hex | FB | AA | C1 | 0 | 20 | 17 | 2 | 157 | 5B | 53 |
| Octal | 373 | 252 | 301 | 0 | 40 | 27 | 2 | 527 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11000001 | 0 | 100000 | 10111 | 10 | 101010111 | 1011011 | 1010011 |
Color Harmonies of #FBAAC1
Complementary color
Monochromatic Colors of #FBAAC1
Black with #FBAAC1
Text Example
Text Example
White with #FBAAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAC1; }
p { color: rgb(251,170,193); }
H1.HeaderClassName
{
color: #FBAAC1;
}
.AnyTagClassName
{
color: #FBAAC1;
}
</style>
background-color css
<style>
a { background-color: #FBAAC1; }
a { background-color: rgb(251,170,193); }
div.DivClassName
{
background-color: #FBAAC1;
}
.BgClassName
{
background-color: #FBAAC1;
}
</style>
border-color css
<style>
span { border-color: #FBAAC1; }
span { border-color: rgb(251,170,193); }
td.TdClassName
{
border-color: #FBAAC1;
}
.TagClassName
{
border-color: #FBAAC1;
}
</style>