Shades of Cupid #FFADC2
Tints of Cupid #FFADC2
RGB
CMYK
RGB Variations
Color information
#FFADC2 (or 0xFFADC2) is known color: Cupid. HEX triplet: FF, AD and C2. RGB value is (255,173,194). Sum of RGB (Red+Green+Blue) = 255+173+194=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADC2 is #00523D. Grayscale: #C7C7C7. Windows color (decimal): -21054 or 12758527. OLE color: 12758527.
HSL color Cylindrical-coordinate representation of color #FFADC2: hue angle of 344.63º 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 #FFADC2 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 194 | - |
| CMYK | 0 | 0.32 | 0.24 | 0 |
| HSL | 344.63º | 1% | 0.84% | - |
| HSV(B) | 344.63º | 0.32% | 1% | - |
| XYZ | 65.92 | 55.04 | 58.19 | - |
| YUV | 199.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 194 | 0 | 0.32 | 0.24 | 0 | 344.63 | 1 | 0.84 |
| Hex | FF | AD | C2 | 0 | 20 | 18 | 0 | 159 | 64 | 54 |
| Octal | 377 | 255 | 302 | 0 | 40 | 30 | 0 | 531 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11000010 | 0 | 100000 | 11000 | 0 | 101011001 | 1100100 | 1010100 |
Color Harmonies of #FFADC2
Complementary color
Monochromatic Colors of #FFADC2
Black with #FFADC2
Text Example
Text Example
White with #FFADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADC2; }
p { color: rgb(255,173,194); }
H1.HeaderClassName
{
color: #FFADC2;
}
.AnyTagClassName
{
color: #FFADC2;
}
</style>
background-color css
<style>
a { background-color: #FFADC2; }
a { background-color: rgb(255,173,194); }
div.DivClassName
{
background-color: #FFADC2;
}
.BgClassName
{
background-color: #FFADC2;
}
</style>
border-color css
<style>
span { border-color: #FFADC2; }
span { border-color: rgb(255,173,194); }
td.TdClassName
{
border-color: #FFADC2;
}
.TagClassName
{
border-color: #FFADC2;
}
</style>