Shades of Cupid #FCABC3
Tints of Cupid #FCABC3
RGB
CMYK
RGB Variations
Color information
#FCABC3 (or 0xFCABC3) is known color: Cupid. HEX triplet: FC, AB and C3. RGB value is (252,171,195). Sum of RGB (Red+Green+Blue) = 252+171+195=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABC3 is #03543C. Grayscale: #C5C5C5. Windows color (decimal): -218173 or 12823548. OLE color: 12823548.
HSL color Cylindrical-coordinate representation of color #FCABC3: hue angle of 342.22º 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 #FCABC3 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 195 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.01 |
| HSL | 342.22º | 0.93% | 0.83% | - |
| HSV(B) | 342.22º | 0.32% | 0.99% | - |
| XYZ | 64.56 | 53.76 | 58.6 | - |
| YUV | 197.96 | 126.34 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 195 | 0 | 0.32 | 0.23 | 0.01 | 342.22 | 0.93 | 0.83 |
| Hex | FC | AB | C3 | 0 | 20 | 17 | 1 | 156 | 5D | 53 |
| Octal | 374 | 253 | 303 | 0 | 40 | 27 | 1 | 526 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11000011 | 0 | 100000 | 10111 | 1 | 101010110 | 1011101 | 1010011 |
Color Harmonies of #FCABC3
Complementary color
Monochromatic Colors of #FCABC3
Black with #FCABC3
Text Example
Text Example
White with #FCABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABC3; }
p { color: rgb(252,171,195); }
H1.HeaderClassName
{
color: #FCABC3;
}
.AnyTagClassName
{
color: #FCABC3;
}
</style>
background-color css
<style>
a { background-color: #FCABC3; }
a { background-color: rgb(252,171,195); }
div.DivClassName
{
background-color: #FCABC3;
}
.BgClassName
{
background-color: #FCABC3;
}
</style>
border-color css
<style>
span { border-color: #FCABC3; }
span { border-color: rgb(252,171,195); }
td.TdClassName
{
border-color: #FCABC3;
}
.TagClassName
{
border-color: #FCABC3;
}
</style>