Shades of Cupid #FCAFC1
Tints of Cupid #FCAFC1
RGB
CMYK
RGB Variations
Color information
#FCAFC1 (or 0xFCAFC1) is known color: Cupid. HEX triplet: FC, AF and C1. RGB value is (252,175,193). Sum of RGB (Red+Green+Blue) = 252+175+193=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFC1 is #03503E. Grayscale: #C8C8C8. Windows color (decimal): -217151 or 12693500. OLE color: 12693500.
HSL color Cylindrical-coordinate representation of color #FCAFC1: hue angle of 345.97º 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 #FCAFC1 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 193 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.01 |
| HSL | 345.97º | 0.93% | 0.84% | - |
| HSV(B) | 345.97º | 0.31% | 0.99% | - |
| XYZ | 65.1 | 55.21 | 57.68 | - |
| YUV | 200.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 193 | 0 | 0.31 | 0.23 | 0.01 | 345.97 | 0.93 | 0.84 |
| Hex | FC | AF | C1 | 0 | 1F | 17 | 1 | 15A | 5D | 54 |
| Octal | 374 | 257 | 301 | 0 | 37 | 27 | 1 | 532 | 135 | 124 |
| Binary | 11111100 | 10101111 | 11000001 | 0 | 11111 | 10111 | 1 | 101011010 | 1011101 | 1010100 |
Color Harmonies of #FCAFC1
Complementary color
Monochromatic Colors of #FCAFC1
Black with #FCAFC1
Text Example
Text Example
White with #FCAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFC1; }
p { color: rgb(252,175,193); }
H1.HeaderClassName
{
color: #FCAFC1;
}
.AnyTagClassName
{
color: #FCAFC1;
}
</style>
background-color css
<style>
a { background-color: #FCAFC1; }
a { background-color: rgb(252,175,193); }
div.DivClassName
{
background-color: #FCAFC1;
}
.BgClassName
{
background-color: #FCAFC1;
}
</style>
border-color css
<style>
span { border-color: #FCAFC1; }
span { border-color: rgb(252,175,193); }
td.TdClassName
{
border-color: #FCAFC1;
}
.TagClassName
{
border-color: #FCAFC1;
}
</style>