Shades of Cupid #F5ADBB
Tints of Cupid #F5ADBB
RGB
CMYK
RGB Variations
Color information
#F5ADBB (or 0xF5ADBB) is known color: Cupid. HEX triplet: F5, AD and BB. RGB value is (245,173,187). Sum of RGB (Red+Green+Blue) = 245+173+187=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADBB is #0A5244. Grayscale: #C4C4C4. Windows color (decimal): -676421 or 12299765. OLE color: 12299765.
HSL color Cylindrical-coordinate representation of color #F5ADBB: hue angle of 348.33º 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 #F5ADBB is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 187 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.04 |
| HSL | 348.33º | 0.78% | 0.82% | - |
| HSV(B) | 348.33º | 0.29% | 0.96% | - |
| XYZ | 61.57 | 52.89 | 53.98 | - |
| YUV | 196.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 187 | 0 | 0.29 | 0.24 | 0.04 | 348.33 | 0.78 | 0.82 |
| Hex | F5 | AD | BB | 0 | 1D | 18 | 4 | 15C | 4E | 52 |
| Octal | 365 | 255 | 273 | 0 | 35 | 30 | 4 | 534 | 116 | 122 |
| Binary | 11110101 | 10101101 | 10111011 | 0 | 11101 | 11000 | 100 | 101011100 | 1001110 | 1010010 |
Color Harmonies of #F5ADBB
Complementary color
Monochromatic Colors of #F5ADBB
Black with #F5ADBB
Text Example
Text Example
White with #F5ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADBB; }
p { color: rgb(245,173,187); }
H1.HeaderClassName
{
color: #F5ADBB;
}
.AnyTagClassName
{
color: #F5ADBB;
}
</style>
background-color css
<style>
a { background-color: #F5ADBB; }
a { background-color: rgb(245,173,187); }
div.DivClassName
{
background-color: #F5ADBB;
}
.BgClassName
{
background-color: #F5ADBB;
}
</style>
border-color css
<style>
span { border-color: #F5ADBB; }
span { border-color: rgb(245,173,187); }
td.TdClassName
{
border-color: #F5ADBB;
}
.TagClassName
{
border-color: #F5ADBB;
}
</style>