Shades of Cupid #F5ADBA
Tints of Cupid #F5ADBA
RGB
CMYK
RGB Variations
Color information
#F5ADBA (or 0xF5ADBA) is known color: Cupid. HEX triplet: F5, AD and BA. RGB value is (245,173,186). Sum of RGB (Red+Green+Blue) = 245+173+186=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADBA is #0A5245. Grayscale: #C4C4C4. Windows color (decimal): -676422 or 12234229. OLE color: 12234229.
HSL color Cylindrical-coordinate representation of color #F5ADBA: hue angle of 349.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5ADBA is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 186 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.04 |
| HSL | 349.17º | 0.78% | 0.82% | - |
| HSV(B) | 349.17º | 0.29% | 0.96% | - |
| XYZ | 61.46 | 52.84 | 53.42 | - |
| YUV | 196.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 186 | 0 | 0.29 | 0.24 | 0.04 | 349.17 | 0.78 | 0.82 |
| Hex | F5 | AD | BA | 0 | 1D | 18 | 4 | 15D | 4E | 52 |
| Octal | 365 | 255 | 272 | 0 | 35 | 30 | 4 | 535 | 116 | 122 |
| Binary | 11110101 | 10101101 | 10111010 | 0 | 11101 | 11000 | 100 | 101011101 | 1001110 | 1010010 |
Color Harmonies of #F5ADBA
Complementary color
Monochromatic Colors of #F5ADBA
Black with #F5ADBA
Text Example
Text Example
White with #F5ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADBA; }
p { color: rgb(245,173,186); }
H1.HeaderClassName
{
color: #F5ADBA;
}
.AnyTagClassName
{
color: #F5ADBA;
}
</style>
background-color css
<style>
a { background-color: #F5ADBA; }
a { background-color: rgb(245,173,186); }
div.DivClassName
{
background-color: #F5ADBA;
}
.BgClassName
{
background-color: #F5ADBA;
}
</style>
border-color css
<style>
span { border-color: #F5ADBA; }
span { border-color: rgb(245,173,186); }
td.TdClassName
{
border-color: #F5ADBA;
}
.TagClassName
{
border-color: #F5ADBA;
}
</style>