Shades of Cupid #FFAFC7
Tints of Cupid #FFAFC7
RGB
CMYK
RGB Variations
Color information
#FFAFC7 (or 0xFFAFC7) is known color: Cupid. HEX triplet: FF, AF and C7. RGB value is (255,175,199). Sum of RGB (Red+Green+Blue) = 255+175+199=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFC7 is #005038. Grayscale: #C9C9C9. Windows color (decimal): -20537 or 13086719. OLE color: 13086719.
HSL color Cylindrical-coordinate representation of color #FFAFC7: hue angle of 342º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFAFC7 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 199 | - |
| CMYK | 0 | 0.31 | 0.22 | 0 |
| HSL | 342º | 1% | 0.84% | - |
| HSV(B) | 342º | 0.31% | 1% | - |
| XYZ | 66.88 | 56.04 | 61.33 | - |
| YUV | 201.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 199 | 0 | 0.31 | 0.22 | 0 | 342 | 1 | 0.84 |
| Hex | FF | AF | C7 | 0 | 1F | 16 | 0 | 156 | 64 | 54 |
| Octal | 377 | 257 | 307 | 0 | 37 | 26 | 0 | 526 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11000111 | 0 | 11111 | 10110 | 0 | 101010110 | 1100100 | 1010100 |
Color Harmonies of #FFAFC7
Complementary color
Monochromatic Colors of #FFAFC7
Black with #FFAFC7
Text Example
Text Example
White with #FFAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFC7; }
p { color: rgb(255,175,199); }
H1.HeaderClassName
{
color: #FFAFC7;
}
.AnyTagClassName
{
color: #FFAFC7;
}
</style>
background-color css
<style>
a { background-color: #FFAFC7; }
a { background-color: rgb(255,175,199); }
div.DivClassName
{
background-color: #FFAFC7;
}
.BgClassName
{
background-color: #FFAFC7;
}
</style>
border-color css
<style>
span { border-color: #FFAFC7; }
span { border-color: rgb(255,175,199); }
td.TdClassName
{
border-color: #FFAFC7;
}
.TagClassName
{
border-color: #FFAFC7;
}
</style>