Shades of Cupid #FCAAC2
Tints of Cupid #FCAAC2
RGB
CMYK
RGB Variations
Color information
#FCAAC2 (or 0xFCAAC2) is known color: Cupid. HEX triplet: FC, AA and C2. RGB value is (252,170,194). Sum of RGB (Red+Green+Blue) = 252+170+194=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAC2 is #03553D. Grayscale: #C5C5C5. Windows color (decimal): -218430 or 12757756. OLE color: 12757756.
HSL color Cylindrical-coordinate representation of color #FCAAC2: hue angle of 342.44º 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 #FCAAC2 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 194 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.01 |
| HSL | 342.44º | 0.93% | 0.83% | - |
| HSV(B) | 342.44º | 0.33% | 0.99% | - |
| XYZ | 64.26 | 53.34 | 57.95 | - |
| YUV | 197.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 194 | 0 | 0.33 | 0.23 | 0.01 | 342.44 | 0.93 | 0.83 |
| Hex | FC | AA | C2 | 0 | 21 | 17 | 1 | 156 | 5D | 53 |
| Octal | 374 | 252 | 302 | 0 | 41 | 27 | 1 | 526 | 135 | 123 |
| Binary | 11111100 | 10101010 | 11000010 | 0 | 100001 | 10111 | 1 | 101010110 | 1011101 | 1010011 |
Color Harmonies of #FCAAC2
Complementary color
Monochromatic Colors of #FCAAC2
Black with #FCAAC2
Text Example
Text Example
White with #FCAAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAC2; }
p { color: rgb(252,170,194); }
H1.HeaderClassName
{
color: #FCAAC2;
}
.AnyTagClassName
{
color: #FCAAC2;
}
</style>
background-color css
<style>
a { background-color: #FCAAC2; }
a { background-color: rgb(252,170,194); }
div.DivClassName
{
background-color: #FCAAC2;
}
.BgClassName
{
background-color: #FCAAC2;
}
</style>
border-color css
<style>
span { border-color: #FCAAC2; }
span { border-color: rgb(252,170,194); }
td.TdClassName
{
border-color: #FCAAC2;
}
.TagClassName
{
border-color: #FCAAC2;
}
</style>