Shades of Cupid #F5ADBD
Tints of Cupid #F5ADBD
RGB
CMYK
RGB Variations
Color information
#F5ADBD (or 0xF5ADBD) is known color: Cupid. HEX triplet: F5, AD and BD. RGB value is (245,173,189). Sum of RGB (Red+Green+Blue) = 245+173+189=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADBD is #0A5242. Grayscale: #C4C4C4. Windows color (decimal): -676419 or 12430837. OLE color: 12430837.
HSL color Cylindrical-coordinate representation of color #F5ADBD: hue angle of 346.67º 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 #F5ADBD is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 189 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.04 |
| HSL | 346.67º | 0.78% | 0.82% | - |
| HSV(B) | 346.67º | 0.29% | 0.96% | - |
| XYZ | 61.79 | 52.97 | 55.11 | - |
| YUV | 196.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 189 | 0 | 0.29 | 0.23 | 0.04 | 346.67 | 0.78 | 0.82 |
| Hex | F5 | AD | BD | 0 | 1D | 17 | 4 | 15B | 4E | 52 |
| Octal | 365 | 255 | 275 | 0 | 35 | 27 | 4 | 533 | 116 | 122 |
| Binary | 11110101 | 10101101 | 10111101 | 0 | 11101 | 10111 | 100 | 101011011 | 1001110 | 1010010 |
Color Harmonies of #F5ADBD
Complementary color
Monochromatic Colors of #F5ADBD
Black with #F5ADBD
Text Example
Text Example
White with #F5ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADBD; }
p { color: rgb(245,173,189); }
H1.HeaderClassName
{
color: #F5ADBD;
}
.AnyTagClassName
{
color: #F5ADBD;
}
</style>
background-color css
<style>
a { background-color: #F5ADBD; }
a { background-color: rgb(245,173,189); }
div.DivClassName
{
background-color: #F5ADBD;
}
.BgClassName
{
background-color: #F5ADBD;
}
</style>
border-color css
<style>
span { border-color: #F5ADBD; }
span { border-color: rgb(245,173,189); }
td.TdClassName
{
border-color: #F5ADBD;
}
.TagClassName
{
border-color: #F5ADBD;
}
</style>