Shades of Cupid #FFADC4
Tints of Cupid #FFADC4
RGB
CMYK
RGB Variations
Color information
#FFADC4 (or 0xFFADC4) is known color: Cupid. HEX triplet: FF, AD and C4. RGB value is (255,173,196). Sum of RGB (Red+Green+Blue) = 255+173+196=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADC4 is #00523B. Grayscale: #C8C8C8. Windows color (decimal): -21052 or 12889599. OLE color: 12889599.
HSL color Cylindrical-coordinate representation of color #FFADC4: hue angle of 343.17º 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 #FFADC4 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 196 | - |
| CMYK | 0 | 0.32 | 0.23 | 0 |
| HSL | 343.17º | 1% | 0.84% | - |
| HSV(B) | 343.17º | 0.32% | 1% | - |
| XYZ | 66.15 | 55.13 | 59.38 | - |
| YUV | 200.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 196 | 0 | 0.32 | 0.23 | 0 | 343.17 | 1 | 0.84 |
| Hex | FF | AD | C4 | 0 | 20 | 17 | 0 | 157 | 64 | 54 |
| Octal | 377 | 255 | 304 | 0 | 40 | 27 | 0 | 527 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11000100 | 0 | 100000 | 10111 | 0 | 101010111 | 1100100 | 1010100 |
Color Harmonies of #FFADC4
Complementary color
Monochromatic Colors of #FFADC4
Black with #FFADC4
Text Example
Text Example
White with #FFADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADC4; }
p { color: rgb(255,173,196); }
H1.HeaderClassName
{
color: #FFADC4;
}
.AnyTagClassName
{
color: #FFADC4;
}
</style>
background-color css
<style>
a { background-color: #FFADC4; }
a { background-color: rgb(255,173,196); }
div.DivClassName
{
background-color: #FFADC4;
}
.BgClassName
{
background-color: #FFADC4;
}
</style>
border-color css
<style>
span { border-color: #FFADC4; }
span { border-color: rgb(255,173,196); }
td.TdClassName
{
border-color: #FFADC4;
}
.TagClassName
{
border-color: #FFADC4;
}
</style>