Shades of Cupid #FCA9BC
Tints of Cupid #FCA9BC
RGB
CMYK
RGB Variations
Color information
#FCA9BC (or 0xFCA9BC) is known color: Cupid. HEX triplet: FC, A9 and BC. RGB value is (252,169,188). Sum of RGB (Red+Green+Blue) = 252+169+188=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9BC is #035643. Grayscale: #C3C3C3. Windows color (decimal): -218692 or 12364284. OLE color: 12364284.
HSL color Cylindrical-coordinate representation of color #FCA9BC: hue angle of 346.27º 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 #FCA9BC is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 169 | 188 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.01 |
| HSL | 346.27º | 0.93% | 0.83% | - |
| HSV(B) | 346.27º | 0.33% | 0.99% | - |
| XYZ | 63.41 | 52.7 | 54.41 | - |
| YUV | 195.98 | 123.5 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 169 | 188 | 0 | 0.33 | 0.25 | 0.01 | 346.27 | 0.93 | 0.83 |
| Hex | FC | A9 | BC | 0 | 21 | 19 | 1 | 15A | 5D | 53 |
| Octal | 374 | 251 | 274 | 0 | 41 | 31 | 1 | 532 | 135 | 123 |
| Binary | 11111100 | 10101001 | 10111100 | 0 | 100001 | 11001 | 1 | 101011010 | 1011101 | 1010011 |
Color Harmonies of #FCA9BC
Complementary color
Monochromatic Colors of #FCA9BC
Black with #FCA9BC
Text Example
Text Example
White with #FCA9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA9BC; }
p { color: rgb(252,169,188); }
H1.HeaderClassName
{
color: #FCA9BC;
}
.AnyTagClassName
{
color: #FCA9BC;
}
</style>
background-color css
<style>
a { background-color: #FCA9BC; }
a { background-color: rgb(252,169,188); }
div.DivClassName
{
background-color: #FCA9BC;
}
.BgClassName
{
background-color: #FCA9BC;
}
</style>
border-color css
<style>
span { border-color: #FCA9BC; }
span { border-color: rgb(252,169,188); }
td.TdClassName
{
border-color: #FCA9BC;
}
.TagClassName
{
border-color: #FCA9BC;
}
</style>