Shades of Cupid #FFADC5
Tints of Cupid #FFADC5
RGB
CMYK
RGB Variations
Color information
#FFADC5 (or 0xFFADC5) is known color: Cupid. HEX triplet: FF, AD and C5. RGB value is (255,173,197). Sum of RGB (Red+Green+Blue) = 255+173+197=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADC5 is #00523A. Grayscale: #C8C8C8. Windows color (decimal): -21051 or 12955135. OLE color: 12955135.
HSL color Cylindrical-coordinate representation of color #FFADC5: hue angle of 342.44º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFADC5 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 197 | - |
| CMYK | 0 | 0.32 | 0.23 | 0 |
| HSL | 342.44º | 1% | 0.84% | - |
| HSV(B) | 342.44º | 0.32% | 1% | - |
| XYZ | 66.26 | 55.18 | 59.98 | - |
| YUV | 200.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 197 | 0 | 0.32 | 0.23 | 0 | 342.44 | 1 | 0.84 |
| Hex | FF | AD | C5 | 0 | 20 | 17 | 0 | 156 | 64 | 54 |
| Octal | 377 | 255 | 305 | 0 | 40 | 27 | 0 | 526 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11000101 | 0 | 100000 | 10111 | 0 | 101010110 | 1100100 | 1010100 |
Color Harmonies of #FFADC5
Complementary color
Monochromatic Colors of #FFADC5
Black with #FFADC5
Text Example
Text Example
White with #FFADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADC5; }
p { color: rgb(255,173,197); }
H1.HeaderClassName
{
color: #FFADC5;
}
.AnyTagClassName
{
color: #FFADC5;
}
</style>
background-color css
<style>
a { background-color: #FFADC5; }
a { background-color: rgb(255,173,197); }
div.DivClassName
{
background-color: #FFADC5;
}
.BgClassName
{
background-color: #FFADC5;
}
</style>
border-color css
<style>
span { border-color: #FFADC5; }
span { border-color: rgb(255,173,197); }
td.TdClassName
{
border-color: #FFADC5;
}
.TagClassName
{
border-color: #FFADC5;
}
</style>