Shades of Cupid #FFAFC6
Tints of Cupid #FFAFC6
RGB
CMYK
RGB Variations
Color information
#FFAFC6 (or 0xFFAFC6) is known color: Cupid. HEX triplet: FF, AF and C6. RGB value is (255,175,198). Sum of RGB (Red+Green+Blue) = 255+175+198=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFC6 is #005039. Grayscale: #C9C9C9. Windows color (decimal): -20538 or 13021183. OLE color: 13021183.
HSL color Cylindrical-coordinate representation of color #FFAFC6: hue angle of 342.75º 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 #FFAFC6 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 198 | - |
| CMYK | 0 | 0.31 | 0.22 | 0 |
| HSL | 342.75º | 1% | 0.84% | - |
| HSV(B) | 342.75º | 0.31% | 1% | - |
| XYZ | 66.76 | 56 | 60.72 | - |
| YUV | 201.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 198 | 0 | 0.31 | 0.22 | 0 | 342.75 | 1 | 0.84 |
| Hex | FF | AF | C6 | 0 | 1F | 16 | 0 | 157 | 64 | 54 |
| Octal | 377 | 257 | 306 | 0 | 37 | 26 | 0 | 527 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11000110 | 0 | 11111 | 10110 | 0 | 101010111 | 1100100 | 1010100 |
Color Harmonies of #FFAFC6
Complementary color
Monochromatic Colors of #FFAFC6
Black with #FFAFC6
Text Example
Text Example
White with #FFAFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFC6; }
p { color: rgb(255,175,198); }
H1.HeaderClassName
{
color: #FFAFC6;
}
.AnyTagClassName
{
color: #FFAFC6;
}
</style>
background-color css
<style>
a { background-color: #FFAFC6; }
a { background-color: rgb(255,175,198); }
div.DivClassName
{
background-color: #FFAFC6;
}
.BgClassName
{
background-color: #FFAFC6;
}
</style>
border-color css
<style>
span { border-color: #FFAFC6; }
span { border-color: rgb(255,175,198); }
td.TdClassName
{
border-color: #FFAFC6;
}
.TagClassName
{
border-color: #FFAFC6;
}
</style>