Shades of Cupid #FCAAC1
Tints of Cupid #FCAAC1
RGB
CMYK
RGB Variations
Color information
#FCAAC1 (or 0xFCAAC1) is known color: Cupid. HEX triplet: FC, AA and C1. RGB value is (252,170,193). Sum of RGB (Red+Green+Blue) = 252+170+193=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAC1 is #03553E. Grayscale: #C5C5C5. Windows color (decimal): -218431 or 12692220. OLE color: 12692220.
HSL color Cylindrical-coordinate representation of color #FCAAC1: hue angle of 343.17º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAAC1 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 193 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.01 |
| HSL | 343.17º | 0.93% | 0.83% | - |
| HSV(B) | 343.17º | 0.33% | 0.99% | - |
| XYZ | 64.15 | 53.3 | 57.36 | - |
| YUV | 197.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 193 | 0 | 0.33 | 0.23 | 0.01 | 343.17 | 0.93 | 0.83 |
| Hex | FC | AA | C1 | 0 | 21 | 17 | 1 | 157 | 5D | 53 |
| Octal | 374 | 252 | 301 | 0 | 41 | 27 | 1 | 527 | 135 | 123 |
| Binary | 11111100 | 10101010 | 11000001 | 0 | 100001 | 10111 | 1 | 101010111 | 1011101 | 1010011 |
Color Harmonies of #FCAAC1
Complementary color
Monochromatic Colors of #FCAAC1
Black with #FCAAC1
Text Example
Text Example
White with #FCAAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAC1; }
p { color: rgb(252,170,193); }
H1.HeaderClassName
{
color: #FCAAC1;
}
.AnyTagClassName
{
color: #FCAAC1;
}
</style>
background-color css
<style>
a { background-color: #FCAAC1; }
a { background-color: rgb(252,170,193); }
div.DivClassName
{
background-color: #FCAAC1;
}
.BgClassName
{
background-color: #FCAAC1;
}
</style>
border-color css
<style>
span { border-color: #FCAAC1; }
span { border-color: rgb(252,170,193); }
td.TdClassName
{
border-color: #FCAAC1;
}
.TagClassName
{
border-color: #FCAAC1;
}
</style>