Shades of Cupid #F9BACD
Tints of Cupid #F9BACD
RGB
CMYK
RGB Variations
Color information
#F9BACD (or 0xF9BACD) is known color: Cupid. HEX triplet: F9, BA and CD. RGB value is (249,186,205). Sum of RGB (Red+Green+Blue) = 249+186+205=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BACD is #064532. Grayscale: #CECECE. Windows color (decimal): -410931 or 13482745. OLE color: 13482745.
HSL color Cylindrical-coordinate representation of color #F9BACD: hue angle of 341.9º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BACD is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 205 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.02 |
| HSL | 341.9º | 0.84% | 0.85% | - |
| HSV(B) | 341.9º | 0.25% | 0.98% | - |
| XYZ | 67.65 | 59.67 | 65.71 | - |
| YUV | 207 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 205 | 0 | 0.25 | 0.18 | 0.02 | 341.9 | 0.84 | 0.85 |
| Hex | F9 | BA | CD | 0 | 19 | 12 | 2 | 156 | 54 | 55 |
| Octal | 371 | 272 | 315 | 0 | 31 | 22 | 2 | 526 | 124 | 125 |
| Binary | 11111001 | 10111010 | 11001101 | 0 | 11001 | 10010 | 10 | 101010110 | 1010100 | 1010101 |
Color Harmonies of #F9BACD
Complementary color
Monochromatic Colors of #F9BACD
Black with #F9BACD
Text Example
Text Example
White with #F9BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BACD; }
p { color: rgb(249,186,205); }
H1.HeaderClassName
{
color: #F9BACD;
}
.AnyTagClassName
{
color: #F9BACD;
}
</style>
background-color css
<style>
a { background-color: #F9BACD; }
a { background-color: rgb(249,186,205); }
div.DivClassName
{
background-color: #F9BACD;
}
.BgClassName
{
background-color: #F9BACD;
}
</style>
border-color css
<style>
span { border-color: #F9BACD; }
span { border-color: rgb(249,186,205); }
td.TdClassName
{
border-color: #F9BACD;
}
.TagClassName
{
border-color: #F9BACD;
}
</style>