Shades of Cupid #FCACC2
Tints of Cupid #FCACC2
RGB
CMYK
RGB Variations
Color information
#FCACC2 (or 0xFCACC2) is known color: Cupid. HEX triplet: FC, AC and C2. RGB value is (252,172,194). Sum of RGB (Red+Green+Blue) = 252+172+194=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACC2 is #03533D. Grayscale: #C6C6C6. Windows color (decimal): -217918 or 12758268. OLE color: 12758268.
HSL color Cylindrical-coordinate representation of color #FCACC2: hue angle of 343.5º 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 #FCACC2 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 194 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.01 |
| HSL | 343.5º | 0.93% | 0.83% | - |
| HSV(B) | 343.5º | 0.32% | 0.99% | - |
| XYZ | 64.64 | 54.1 | 58.07 | - |
| YUV | 198.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 194 | 0 | 0.32 | 0.23 | 0.01 | 343.5 | 0.93 | 0.83 |
| Hex | FC | AC | C2 | 0 | 20 | 17 | 1 | 158 | 5D | 53 |
| Octal | 374 | 254 | 302 | 0 | 40 | 27 | 1 | 530 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11000010 | 0 | 100000 | 10111 | 1 | 101011000 | 1011101 | 1010011 |
Color Harmonies of #FCACC2
Complementary color
Monochromatic Colors of #FCACC2
Black with #FCACC2
Text Example
Text Example
White with #FCACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACC2; }
p { color: rgb(252,172,194); }
H1.HeaderClassName
{
color: #FCACC2;
}
.AnyTagClassName
{
color: #FCACC2;
}
</style>
background-color css
<style>
a { background-color: #FCACC2; }
a { background-color: rgb(252,172,194); }
div.DivClassName
{
background-color: #FCACC2;
}
.BgClassName
{
background-color: #FCACC2;
}
</style>
border-color css
<style>
span { border-color: #FCACC2; }
span { border-color: rgb(252,172,194); }
td.TdClassName
{
border-color: #FCACC2;
}
.TagClassName
{
border-color: #FCACC2;
}
</style>