Shades of Cupid #F4ADBA
Tints of Cupid #F4ADBA
RGB
CMYK
RGB Variations
Color information
#F4ADBA (or 0xF4ADBA) is known color: Cupid. HEX triplet: F4, AD and BA. RGB value is (244,173,186). Sum of RGB (Red+Green+Blue) = 244+173+186=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADBA is #0B5245. Grayscale: #C3C3C3. Windows color (decimal): -741958 or 12234228. OLE color: 12234228.
HSL color Cylindrical-coordinate representation of color #F4ADBA: hue angle of 349.01º degrees, saturation: 0.76, 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 #F4ADBA is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 186 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.04 |
| HSL | 349.01º | 0.76% | 0.82% | - |
| HSV(B) | 349.01º | 0.29% | 0.96% | - |
| XYZ | 61.11 | 52.67 | 53.4 | - |
| YUV | 195.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 186 | 0 | 0.29 | 0.24 | 0.04 | 349.01 | 0.76 | 0.82 |
| Hex | F4 | AD | BA | 0 | 1D | 18 | 4 | 15D | 4C | 52 |
| Octal | 364 | 255 | 272 | 0 | 35 | 30 | 4 | 535 | 114 | 122 |
| Binary | 11110100 | 10101101 | 10111010 | 0 | 11101 | 11000 | 100 | 101011101 | 1001100 | 1010010 |
Color Harmonies of #F4ADBA
Complementary color
Monochromatic Colors of #F4ADBA
Black with #F4ADBA
Text Example
Text Example
White with #F4ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ADBA; }
p { color: rgb(244,173,186); }
H1.HeaderClassName
{
color: #F4ADBA;
}
.AnyTagClassName
{
color: #F4ADBA;
}
</style>
background-color css
<style>
a { background-color: #F4ADBA; }
a { background-color: rgb(244,173,186); }
div.DivClassName
{
background-color: #F4ADBA;
}
.BgClassName
{
background-color: #F4ADBA;
}
</style>
border-color css
<style>
span { border-color: #F4ADBA; }
span { border-color: rgb(244,173,186); }
td.TdClassName
{
border-color: #F4ADBA;
}
.TagClassName
{
border-color: #F4ADBA;
}
</style>