Shades of Cupid #FCADC5
Tints of Cupid #FCADC5
RGB
CMYK
RGB Variations
Color information
#FCADC5 (or 0xFCADC5) is known color: Cupid. HEX triplet: FC, AD and C5. RGB value is (252,173,197). Sum of RGB (Red+Green+Blue) = 252+173+197=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADC5 is #03523A. Grayscale: #C7C7C7. Windows color (decimal): -217659 or 12955132. OLE color: 12955132.
HSL color Cylindrical-coordinate representation of color #FCADC5: hue angle of 341.77º 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 #FCADC5 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 197 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.01 |
| HSL | 341.77º | 0.93% | 0.83% | - |
| HSV(B) | 341.77º | 0.31% | 0.99% | - |
| XYZ | 65.17 | 54.61 | 59.93 | - |
| YUV | 199.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 197 | 0 | 0.31 | 0.22 | 0.01 | 341.77 | 0.93 | 0.83 |
| Hex | FC | AD | C5 | 0 | 1F | 16 | 1 | 156 | 5D | 53 |
| Octal | 374 | 255 | 305 | 0 | 37 | 26 | 1 | 526 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11000101 | 0 | 11111 | 10110 | 1 | 101010110 | 1011101 | 1010011 |
Color Harmonies of #FCADC5
Complementary color
Monochromatic Colors of #FCADC5
Black with #FCADC5
Text Example
Text Example
White with #FCADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADC5; }
p { color: rgb(252,173,197); }
H1.HeaderClassName
{
color: #FCADC5;
}
.AnyTagClassName
{
color: #FCADC5;
}
</style>
background-color css
<style>
a { background-color: #FCADC5; }
a { background-color: rgb(252,173,197); }
div.DivClassName
{
background-color: #FCADC5;
}
.BgClassName
{
background-color: #FCADC5;
}
</style>
border-color css
<style>
span { border-color: #FCADC5; }
span { border-color: rgb(252,173,197); }
td.TdClassName
{
border-color: #FCADC5;
}
.TagClassName
{
border-color: #FCADC5;
}
</style>