Shades of Cupid #F9ADC4
Tints of Cupid #F9ADC4
RGB
CMYK
RGB Variations
Color information
#F9ADC4 (or 0xF9ADC4) is known color: Cupid. HEX triplet: F9, AD and C4. RGB value is (249,173,196). Sum of RGB (Red+Green+Blue) = 249+173+196=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADC4 is #06523B. Grayscale: #C6C6C6. Windows color (decimal): -414268 or 12889593. OLE color: 12889593.
HSL color Cylindrical-coordinate representation of color #F9ADC4: hue angle of 341.84º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADC4 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 196 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.02 |
| HSL | 341.84º | 0.86% | 0.83% | - |
| HSV(B) | 341.84º | 0.31% | 0.98% | - |
| XYZ | 63.97 | 54.01 | 59.28 | - |
| YUV | 198.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 196 | 0 | 0.31 | 0.21 | 0.02 | 341.84 | 0.86 | 0.83 |
| Hex | F9 | AD | C4 | 0 | 1F | 15 | 2 | 156 | 56 | 53 |
| Octal | 371 | 255 | 304 | 0 | 37 | 25 | 2 | 526 | 126 | 123 |
| Binary | 11111001 | 10101101 | 11000100 | 0 | 11111 | 10101 | 10 | 101010110 | 1010110 | 1010011 |
Color Harmonies of #F9ADC4
Complementary color
Monochromatic Colors of #F9ADC4
Black with #F9ADC4
Text Example
Text Example
White with #F9ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ADC4; }
p { color: rgb(249,173,196); }
H1.HeaderClassName
{
color: #F9ADC4;
}
.AnyTagClassName
{
color: #F9ADC4;
}
</style>
background-color css
<style>
a { background-color: #F9ADC4; }
a { background-color: rgb(249,173,196); }
div.DivClassName
{
background-color: #F9ADC4;
}
.BgClassName
{
background-color: #F9ADC4;
}
</style>
border-color css
<style>
span { border-color: #F9ADC4; }
span { border-color: rgb(249,173,196); }
td.TdClassName
{
border-color: #F9ADC4;
}
.TagClassName
{
border-color: #F9ADC4;
}
</style>