Shades of Cupid #FCAEC5
Tints of Cupid #FCAEC5
RGB
CMYK
RGB Variations
Color information
#FCAEC5 (or 0xFCAEC5) is known color: Cupid. HEX triplet: FC, AE and C5. RGB value is (252,174,197). Sum of RGB (Red+Green+Blue) = 252+174+197=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEC5 is #03513A. Grayscale: #C7C7C7. Windows color (decimal): -217403 or 12955388. OLE color: 12955388.
HSL color Cylindrical-coordinate representation of color #FCAEC5: hue angle of 342.31º 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 #FCAEC5 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 174 | 197 | - |
CMYK | 0 | 0.31 | 0.22 | 0.01 |
HSL | 342.31º | 0.93% | 0.84% | - |
HSV(B) | 342.31º | 0.31% | 0.99% | - |
XYZ | 65.36 | 55 | 59.99 | - |
YUV | 199.94 | 126.34 | 165.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 174 | 197 | 0 | 0.31 | 0.22 | 0.01 | 342.31 | 0.93 | 0.84 |
Hex | FC | AE | C5 | 0 | 1F | 16 | 1 | 156 | 5D | 54 |
Octal | 374 | 256 | 305 | 0 | 37 | 26 | 1 | 526 | 135 | 124 |
Binary | 11111100 | 10101110 | 11000101 | 0 | 11111 | 10110 | 1 | 101010110 | 1011101 | 1010100 |
Color Harmonies of #FCAEC5
Complementary color
Monochromatic Colors of #FCAEC5
Black with #FCAEC5
Text Example
Text Example
White with #FCAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEC5; }
p { color: rgb(252,174,197); }
H1.HeaderClassName
{
color: #FCAEC5;
}
.AnyTagClassName
{
color: #FCAEC5;
}
</style>
background-color css
<style>
a { background-color: #FCAEC5; }
a { background-color: rgb(252,174,197); }
div.DivClassName
{
background-color: #FCAEC5;
}
.BgClassName
{
background-color: #FCAEC5;
}
</style>
border-color css
<style>
span { border-color: #FCAEC5; }
span { border-color: rgb(252,174,197); }
td.TdClassName
{
border-color: #FCAEC5;
}
.TagClassName
{
border-color: #FCAEC5;
}
</style>