Shades of Cupid #F4ADBD
Tints of Cupid #F4ADBD
RGB
CMYK
RGB Variations
Color information
#F4ADBD (or 0xF4ADBD) is known color: Cupid. HEX triplet: F4, AD and BD. RGB value is (244,173,189). Sum of RGB (Red+Green+Blue) = 244+173+189=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADBD is #0B5242. Grayscale: #C4C4C4. Windows color (decimal): -741955 or 12430836. OLE color: 12430836.
HSL color Cylindrical-coordinate representation of color #F4ADBD: hue angle of 346.48º 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 #F4ADBD is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 189 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.04 |
| HSL | 346.48º | 0.76% | 0.82% | - |
| HSV(B) | 346.48º | 0.29% | 0.96% | - |
| XYZ | 61.44 | 52.79 | 55.1 | - |
| YUV | 196.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 189 | 0 | 0.29 | 0.23 | 0.04 | 346.48 | 0.76 | 0.82 |
| Hex | F4 | AD | BD | 0 | 1D | 17 | 4 | 15A | 4C | 52 |
| Octal | 364 | 255 | 275 | 0 | 35 | 27 | 4 | 532 | 114 | 122 |
| Binary | 11110100 | 10101101 | 10111101 | 0 | 11101 | 10111 | 100 | 101011010 | 1001100 | 1010010 |
Color Harmonies of #F4ADBD
Complementary color
Monochromatic Colors of #F4ADBD
Black with #F4ADBD
Text Example
Text Example
White with #F4ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ADBD; }
p { color: rgb(244,173,189); }
H1.HeaderClassName
{
color: #F4ADBD;
}
.AnyTagClassName
{
color: #F4ADBD;
}
</style>
background-color css
<style>
a { background-color: #F4ADBD; }
a { background-color: rgb(244,173,189); }
div.DivClassName
{
background-color: #F4ADBD;
}
.BgClassName
{
background-color: #F4ADBD;
}
</style>
border-color css
<style>
span { border-color: #F4ADBD; }
span { border-color: rgb(244,173,189); }
td.TdClassName
{
border-color: #F4ADBD;
}
.TagClassName
{
border-color: #F4ADBD;
}
</style>