Shades of Cupid #FCABC1
Tints of Cupid #FCABC1
RGB
CMYK
RGB Variations
Color information
#FCABC1 (or 0xFCABC1) is known color: Cupid. HEX triplet: FC, AB and C1. RGB value is (252,171,193). Sum of RGB (Red+Green+Blue) = 252+171+193=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABC1 is #03543E. Grayscale: #C5C5C5. Windows color (decimal): -218175 or 12692476. OLE color: 12692476.
HSL color Cylindrical-coordinate representation of color #FCABC1: hue angle of 343.7º 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 #FCABC1 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 193 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.01 |
| HSL | 343.7º | 0.93% | 0.83% | - |
| HSV(B) | 343.7º | 0.32% | 0.99% | - |
| XYZ | 64.33 | 53.67 | 57.42 | - |
| YUV | 197.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 193 | 0 | 0.32 | 0.23 | 0.01 | 343.7 | 0.93 | 0.83 |
| Hex | FC | AB | C1 | 0 | 20 | 17 | 1 | 158 | 5D | 53 |
| Octal | 374 | 253 | 301 | 0 | 40 | 27 | 1 | 530 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11000001 | 0 | 100000 | 10111 | 1 | 101011000 | 1011101 | 1010011 |
Color Harmonies of #FCABC1
Complementary color
Monochromatic Colors of #FCABC1
Black with #FCABC1
Text Example
Text Example
White with #FCABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABC1; }
p { color: rgb(252,171,193); }
H1.HeaderClassName
{
color: #FCABC1;
}
.AnyTagClassName
{
color: #FCABC1;
}
</style>
background-color css
<style>
a { background-color: #FCABC1; }
a { background-color: rgb(252,171,193); }
div.DivClassName
{
background-color: #FCABC1;
}
.BgClassName
{
background-color: #FCABC1;
}
</style>
border-color css
<style>
span { border-color: #FCABC1; }
span { border-color: rgb(252,171,193); }
td.TdClassName
{
border-color: #FCABC1;
}
.TagClassName
{
border-color: #FCABC1;
}
</style>