Shades of Cupid #FCAEC8
Tints of Cupid #FCAEC8
RGB
CMYK
RGB Variations
Color information
#FCAEC8 (or 0xFCAEC8) is known color: Cupid. HEX triplet: FC, AE and C8. RGB value is (252,174,200). Sum of RGB (Red+Green+Blue) = 252+174+200=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEC8 is #035137. Grayscale: #C8C8C8. Windows color (decimal): -217400 or 13151996. OLE color: 13151996.
HSL color Cylindrical-coordinate representation of color #FCAEC8: hue angle of 340º 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 #FCAEC8 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 200 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.01 |
| HSL | 340º | 0.93% | 0.84% | - |
| HSV(B) | 340º | 0.31% | 0.99% | - |
| XYZ | 65.71 | 55.14 | 61.82 | - |
| YUV | 200.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 200 | 0 | 0.31 | 0.21 | 0.01 | 340 | 0.93 | 0.84 |
| Hex | FC | AE | C8 | 0 | 1F | 15 | 1 | 154 | 5D | 54 |
| Octal | 374 | 256 | 310 | 0 | 37 | 25 | 1 | 524 | 135 | 124 |
| Binary | 11111100 | 10101110 | 11001000 | 0 | 11111 | 10101 | 1 | 101010100 | 1011101 | 1010100 |
Color Harmonies of #FCAEC8
Complementary color
Monochromatic Colors of #FCAEC8
Black with #FCAEC8
Text Example
Text Example
White with #FCAEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEC8; }
p { color: rgb(252,174,200); }
H1.HeaderClassName
{
color: #FCAEC8;
}
.AnyTagClassName
{
color: #FCAEC8;
}
</style>
background-color css
<style>
a { background-color: #FCAEC8; }
a { background-color: rgb(252,174,200); }
div.DivClassName
{
background-color: #FCAEC8;
}
.BgClassName
{
background-color: #FCAEC8;
}
</style>
border-color css
<style>
span { border-color: #FCAEC8; }
span { border-color: rgb(252,174,200); }
td.TdClassName
{
border-color: #FCAEC8;
}
.TagClassName
{
border-color: #FCAEC8;
}
</style>