Shades of Cupid #F9ADC3
Tints of Cupid #F9ADC3
RGB
CMYK
RGB Variations
Color information
#F9ADC3 (or 0xF9ADC3) is known color: Cupid. HEX triplet: F9, AD and C3. RGB value is (249,173,195). Sum of RGB (Red+Green+Blue) = 249+173+195=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADC3 is #06523C. Grayscale: #C6C6C6. Windows color (decimal): -414269 or 12824057. OLE color: 12824057.
HSL color Cylindrical-coordinate representation of color #F9ADC3: hue angle of 342.63º 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 #F9ADC3 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 195 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.02 |
| HSL | 342.63º | 0.86% | 0.83% | - |
| HSV(B) | 342.63º | 0.31% | 0.98% | - |
| XYZ | 63.86 | 53.97 | 58.68 | - |
| YUV | 198.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 195 | 0 | 0.31 | 0.22 | 0.02 | 342.63 | 0.86 | 0.83 |
| Hex | F9 | AD | C3 | 0 | 1F | 16 | 2 | 157 | 56 | 53 |
| Octal | 371 | 255 | 303 | 0 | 37 | 26 | 2 | 527 | 126 | 123 |
| Binary | 11111001 | 10101101 | 11000011 | 0 | 11111 | 10110 | 10 | 101010111 | 1010110 | 1010011 |
Color Harmonies of #F9ADC3
Complementary color
Monochromatic Colors of #F9ADC3
Black with #F9ADC3
Text Example
Text Example
White with #F9ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ADC3; }
p { color: rgb(249,173,195); }
H1.HeaderClassName
{
color: #F9ADC3;
}
.AnyTagClassName
{
color: #F9ADC3;
}
</style>
background-color css
<style>
a { background-color: #F9ADC3; }
a { background-color: rgb(249,173,195); }
div.DivClassName
{
background-color: #F9ADC3;
}
.BgClassName
{
background-color: #F9ADC3;
}
</style>
border-color css
<style>
span { border-color: #F9ADC3; }
span { border-color: rgb(249,173,195); }
td.TdClassName
{
border-color: #F9ADC3;
}
.TagClassName
{
border-color: #F9ADC3;
}
</style>