Shades of Cupid #FCAFC2
Tints of Cupid #FCAFC2
RGB
CMYK
RGB Variations
Color information
#FCAFC2 (or 0xFCAFC2) is known color: Cupid. HEX triplet: FC, AF and C2. RGB value is (252,175,194). Sum of RGB (Red+Green+Blue) = 252+175+194=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFC2 is #03503D. Grayscale: #C8C8C8. Windows color (decimal): -217150 or 12759036. OLE color: 12759036.
HSL color Cylindrical-coordinate representation of color #FCAFC2: hue angle of 345.19º 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 #FCAFC2 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 194 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.01 |
| HSL | 345.19º | 0.93% | 0.84% | - |
| HSV(B) | 345.19º | 0.31% | 0.99% | - |
| XYZ | 65.21 | 55.25 | 58.27 | - |
| YUV | 200.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 194 | 0 | 0.31 | 0.23 | 0.01 | 345.19 | 0.93 | 0.84 |
| Hex | FC | AF | C2 | 0 | 1F | 17 | 1 | 159 | 5D | 54 |
| Octal | 374 | 257 | 302 | 0 | 37 | 27 | 1 | 531 | 135 | 124 |
| Binary | 11111100 | 10101111 | 11000010 | 0 | 11111 | 10111 | 1 | 101011001 | 1011101 | 1010100 |
Color Harmonies of #FCAFC2
Complementary color
Monochromatic Colors of #FCAFC2
Black with #FCAFC2
Text Example
Text Example
White with #FCAFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFC2; }
p { color: rgb(252,175,194); }
H1.HeaderClassName
{
color: #FCAFC2;
}
.AnyTagClassName
{
color: #FCAFC2;
}
</style>
background-color css
<style>
a { background-color: #FCAFC2; }
a { background-color: rgb(252,175,194); }
div.DivClassName
{
background-color: #FCAFC2;
}
.BgClassName
{
background-color: #FCAFC2;
}
</style>
border-color css
<style>
span { border-color: #FCAFC2; }
span { border-color: rgb(252,175,194); }
td.TdClassName
{
border-color: #FCAFC2;
}
.TagClassName
{
border-color: #FCAFC2;
}
</style>