Shades of Cupid #FCABC4
Tints of Cupid #FCABC4
RGB
CMYK
RGB Variations
Color information
#FCABC4 (or 0xFCABC4) is known color: Cupid. HEX triplet: FC, AB and C4. RGB value is (252,171,196). Sum of RGB (Red+Green+Blue) = 252+171+196=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABC4 is #03543B. Grayscale: #C6C6C6. Windows color (decimal): -218172 or 12889084. OLE color: 12889084.
HSL color Cylindrical-coordinate representation of color #FCABC4: hue angle of 341.48º 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 #FCABC4 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 196 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.01 |
| HSL | 341.48º | 0.93% | 0.83% | - |
| HSV(B) | 341.48º | 0.32% | 0.99% | - |
| XYZ | 64.67 | 53.81 | 59.2 | - |
| YUV | 198.07 | 126.84 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 196 | 0 | 0.32 | 0.22 | 0.01 | 341.48 | 0.93 | 0.83 |
| Hex | FC | AB | C4 | 0 | 20 | 16 | 1 | 155 | 5D | 53 |
| Octal | 374 | 253 | 304 | 0 | 40 | 26 | 1 | 525 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11000100 | 0 | 100000 | 10110 | 1 | 101010101 | 1011101 | 1010011 |
Color Harmonies of #FCABC4
Complementary color
Monochromatic Colors of #FCABC4
Black with #FCABC4
Text Example
Text Example
White with #FCABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABC4; }
p { color: rgb(252,171,196); }
H1.HeaderClassName
{
color: #FCABC4;
}
.AnyTagClassName
{
color: #FCABC4;
}
</style>
background-color css
<style>
a { background-color: #FCABC4; }
a { background-color: rgb(252,171,196); }
div.DivClassName
{
background-color: #FCABC4;
}
.BgClassName
{
background-color: #FCABC4;
}
</style>
border-color css
<style>
span { border-color: #FCABC4; }
span { border-color: rgb(252,171,196); }
td.TdClassName
{
border-color: #FCABC4;
}
.TagClassName
{
border-color: #FCABC4;
}
</style>