Shades of Cupid #FCABBE
Tints of Cupid #FCABBE
RGB
CMYK
RGB Variations
Color information
#FCABBE (or 0xFCABBE) is known color: Cupid. HEX triplet: FC, AB and BE. RGB value is (252,171,190). Sum of RGB (Red+Green+Blue) = 252+171+190=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABBE is #035441. Grayscale: #C5C5C5. Windows color (decimal): -218178 or 12495868. OLE color: 12495868.
HSL color Cylindrical-coordinate representation of color #FCABBE: hue angle of 345.93º 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 #FCABBE is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 190 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.01 |
| HSL | 345.93º | 0.93% | 0.83% | - |
| HSV(B) | 345.93º | 0.32% | 0.99% | - |
| XYZ | 64 | 53.54 | 55.68 | - |
| YUV | 197.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 190 | 0 | 0.32 | 0.25 | 0.01 | 345.93 | 0.93 | 0.83 |
| Hex | FC | AB | BE | 0 | 20 | 19 | 1 | 15A | 5D | 53 |
| Octal | 374 | 253 | 276 | 0 | 40 | 31 | 1 | 532 | 135 | 123 |
| Binary | 11111100 | 10101011 | 10111110 | 0 | 100000 | 11001 | 1 | 101011010 | 1011101 | 1010011 |
Color Harmonies of #FCABBE
Complementary color
Monochromatic Colors of #FCABBE
Black with #FCABBE
Text Example
Text Example
White with #FCABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABBE; }
p { color: rgb(252,171,190); }
H1.HeaderClassName
{
color: #FCABBE;
}
.AnyTagClassName
{
color: #FCABBE;
}
</style>
background-color css
<style>
a { background-color: #FCABBE; }
a { background-color: rgb(252,171,190); }
div.DivClassName
{
background-color: #FCABBE;
}
.BgClassName
{
background-color: #FCABBE;
}
</style>
border-color css
<style>
span { border-color: #FCABBE; }
span { border-color: rgb(252,171,190); }
td.TdClassName
{
border-color: #FCABBE;
}
.TagClassName
{
border-color: #FCABBE;
}
</style>