Shades of Cupid #FCAEC0
Tints of Cupid #FCAEC0
RGB
CMYK
RGB Variations
Color information
#FCAEC0 (or 0xFCAEC0) is known color: Cupid. HEX triplet: FC, AE and C0. RGB value is (252,174,192). Sum of RGB (Red+Green+Blue) = 252+174+192=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEC0 is #03513F. Grayscale: #C7C7C7. Windows color (decimal): -217408 or 12627708. OLE color: 12627708.
HSL color Cylindrical-coordinate representation of color #FCAEC0: hue angle of 346.15º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAEC0 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 192 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.01 |
| HSL | 346.15º | 0.93% | 0.84% | - |
| HSV(B) | 346.15º | 0.31% | 0.99% | - |
| XYZ | 64.8 | 54.77 | 57.03 | - |
| YUV | 199.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 192 | 0 | 0.31 | 0.24 | 0.01 | 346.15 | 0.93 | 0.84 |
| Hex | FC | AE | C0 | 0 | 1F | 18 | 1 | 15A | 5D | 54 |
| Octal | 374 | 256 | 300 | 0 | 37 | 30 | 1 | 532 | 135 | 124 |
| Binary | 11111100 | 10101110 | 11000000 | 0 | 11111 | 11000 | 1 | 101011010 | 1011101 | 1010100 |
Color Harmonies of #FCAEC0
Complementary color
Monochromatic Colors of #FCAEC0
Black with #FCAEC0
Text Example
Text Example
White with #FCAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEC0; }
p { color: rgb(252,174,192); }
H1.HeaderClassName
{
color: #FCAEC0;
}
.AnyTagClassName
{
color: #FCAEC0;
}
</style>
background-color css
<style>
a { background-color: #FCAEC0; }
a { background-color: rgb(252,174,192); }
div.DivClassName
{
background-color: #FCAEC0;
}
.BgClassName
{
background-color: #FCAEC0;
}
</style>
border-color css
<style>
span { border-color: #FCAEC0; }
span { border-color: rgb(252,174,192); }
td.TdClassName
{
border-color: #FCAEC0;
}
.TagClassName
{
border-color: #FCAEC0;
}
</style>