Shades of Cupid #FFAABF
Tints of Cupid #FFAABF
RGB
CMYK
RGB Variations
Color information
#FFAABF (or 0xFFAABF) is known color: Cupid. HEX triplet: FF, AA and BF. RGB value is (255,170,191). Sum of RGB (Red+Green+Blue) = 255+170+191=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAABF is #005540. Grayscale: #C5C5C5. Windows color (decimal): -21825 or 12561151. OLE color: 12561151.
HSL color Cylindrical-coordinate representation of color #FFAABF: hue angle of 345.18º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAABF is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 191 | - |
| CMYK | 0 | 0.33 | 0.25 | 0 |
| HSL | 345.18º | 1% | 0.83% | - |
| HSV(B) | 345.18º | 0.33% | 1% | - |
| XYZ | 65.02 | 53.77 | 56.24 | - |
| YUV | 197.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 191 | 0 | 0.33 | 0.25 | 0 | 345.18 | 1 | 0.83 |
| Hex | FF | AA | BF | 0 | 21 | 19 | 0 | 159 | 64 | 53 |
| Octal | 377 | 252 | 277 | 0 | 41 | 31 | 0 | 531 | 144 | 123 |
| Binary | 11111111 | 10101010 | 10111111 | 0 | 100001 | 11001 | 0 | 101011001 | 1100100 | 1010011 |
Color Harmonies of #FFAABF
Complementary color
Monochromatic Colors of #FFAABF
Black with #FFAABF
Text Example
Text Example
White with #FFAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAABF; }
p { color: rgb(255,170,191); }
H1.HeaderClassName
{
color: #FFAABF;
}
.AnyTagClassName
{
color: #FFAABF;
}
</style>
background-color css
<style>
a { background-color: #FFAABF; }
a { background-color: rgb(255,170,191); }
div.DivClassName
{
background-color: #FFAABF;
}
.BgClassName
{
background-color: #FFAABF;
}
</style>
border-color css
<style>
span { border-color: #FFAABF; }
span { border-color: rgb(255,170,191); }
td.TdClassName
{
border-color: #FFAABF;
}
.TagClassName
{
border-color: #FFAABF;
}
</style>