Shades of Cupid #FCADC0
Tints of Cupid #FCADC0
RGB
CMYK
RGB Variations
Color information
#FCADC0 (or 0xFCADC0) is known color: Cupid. HEX triplet: FC, AD and C0. RGB value is (252,173,192). Sum of RGB (Red+Green+Blue) = 252+173+192=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADC0 is #03523F. Grayscale: #C6C6C6. Windows color (decimal): -217664 or 12627452. OLE color: 12627452.
HSL color Cylindrical-coordinate representation of color #FCADC0: hue angle of 345.57º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCADC0 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 192 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.01 |
| HSL | 345.57º | 0.93% | 0.83% | - |
| HSV(B) | 345.57º | 0.31% | 0.99% | - |
| XYZ | 64.6 | 54.39 | 56.96 | - |
| YUV | 198.79 | 124.17 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 192 | 0 | 0.31 | 0.24 | 0.01 | 345.57 | 0.93 | 0.83 |
| Hex | FC | AD | C0 | 0 | 1F | 18 | 1 | 15A | 5D | 53 |
| Octal | 374 | 255 | 300 | 0 | 37 | 30 | 1 | 532 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11000000 | 0 | 11111 | 11000 | 1 | 101011010 | 1011101 | 1010011 |
Color Harmonies of #FCADC0
Complementary color
Monochromatic Colors of #FCADC0
Black with #FCADC0
Text Example
Text Example
White with #FCADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADC0; }
p { color: rgb(252,173,192); }
H1.HeaderClassName
{
color: #FCADC0;
}
.AnyTagClassName
{
color: #FCADC0;
}
</style>
background-color css
<style>
a { background-color: #FCADC0; }
a { background-color: rgb(252,173,192); }
div.DivClassName
{
background-color: #FCADC0;
}
.BgClassName
{
background-color: #FCADC0;
}
</style>
border-color css
<style>
span { border-color: #FCADC0; }
span { border-color: rgb(252,173,192); }
td.TdClassName
{
border-color: #FCADC0;
}
.TagClassName
{
border-color: #FCADC0;
}
</style>