Shades of Cupid #FCAFC7
Tints of Cupid #FCAFC7
RGB
CMYK
RGB Variations
Color information
#FCAFC7 (or 0xFCAFC7) is known color: Cupid. HEX triplet: FC, AF and C7. RGB value is (252,175,199). Sum of RGB (Red+Green+Blue) = 252+175+199=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFC7 is #035038. Grayscale: #C8C8C8. Windows color (decimal): -217145 or 13086716. OLE color: 13086716.
HSL color Cylindrical-coordinate representation of color #FCAFC7: hue angle of 341.3º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAFC7 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 199 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.01 |
| HSL | 341.3º | 0.93% | 0.84% | - |
| HSV(B) | 341.3º | 0.31% | 0.99% | - |
| XYZ | 65.78 | 55.48 | 61.27 | - |
| YUV | 200.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 199 | 0 | 0.31 | 0.21 | 0.01 | 341.3 | 0.93 | 0.84 |
| Hex | FC | AF | C7 | 0 | 1F | 15 | 1 | 155 | 5D | 54 |
| Octal | 374 | 257 | 307 | 0 | 37 | 25 | 1 | 525 | 135 | 124 |
| Binary | 11111100 | 10101111 | 11000111 | 0 | 11111 | 10101 | 1 | 101010101 | 1011101 | 1010100 |
Color Harmonies of #FCAFC7
Complementary color
Monochromatic Colors of #FCAFC7
Black with #FCAFC7
Text Example
Text Example
White with #FCAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFC7; }
p { color: rgb(252,175,199); }
H1.HeaderClassName
{
color: #FCAFC7;
}
.AnyTagClassName
{
color: #FCAFC7;
}
</style>
background-color css
<style>
a { background-color: #FCAFC7; }
a { background-color: rgb(252,175,199); }
div.DivClassName
{
background-color: #FCAFC7;
}
.BgClassName
{
background-color: #FCAFC7;
}
</style>
border-color css
<style>
span { border-color: #FCAFC7; }
span { border-color: rgb(252,175,199); }
td.TdClassName
{
border-color: #FCAFC7;
}
.TagClassName
{
border-color: #FCAFC7;
}
</style>