Shades of Cupid #FCACC1
Tints of Cupid #FCACC1
RGB
CMYK
RGB Variations
Color information
#FCACC1 (or 0xFCACC1) is known color: Cupid. HEX triplet: FC, AC and C1. RGB value is (252,172,193). Sum of RGB (Red+Green+Blue) = 252+172+193=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACC1 is #03533E. Grayscale: #C6C6C6. Windows color (decimal): -217919 or 12692732. OLE color: 12692732.
HSL color Cylindrical-coordinate representation of color #FCACC1: hue angle of 344.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCACC1 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 193 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.01 |
| HSL | 344.25º | 0.93% | 0.83% | - |
| HSV(B) | 344.25º | 0.32% | 0.99% | - |
| XYZ | 64.52 | 54.05 | 57.48 | - |
| YUV | 198.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 193 | 0 | 0.32 | 0.23 | 0.01 | 344.25 | 0.93 | 0.83 |
| Hex | FC | AC | C1 | 0 | 20 | 17 | 1 | 158 | 5D | 53 |
| Octal | 374 | 254 | 301 | 0 | 40 | 27 | 1 | 530 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11000001 | 0 | 100000 | 10111 | 1 | 101011000 | 1011101 | 1010011 |
Color Harmonies of #FCACC1
Complementary color
Monochromatic Colors of #FCACC1
Black with #FCACC1
Text Example
Text Example
White with #FCACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACC1; }
p { color: rgb(252,172,193); }
H1.HeaderClassName
{
color: #FCACC1;
}
.AnyTagClassName
{
color: #FCACC1;
}
</style>
background-color css
<style>
a { background-color: #FCACC1; }
a { background-color: rgb(252,172,193); }
div.DivClassName
{
background-color: #FCACC1;
}
.BgClassName
{
background-color: #FCACC1;
}
</style>
border-color css
<style>
span { border-color: #FCACC1; }
span { border-color: rgb(252,172,193); }
td.TdClassName
{
border-color: #FCACC1;
}
.TagClassName
{
border-color: #FCACC1;
}
</style>