Shades of Cupid #F9BBCE
Tints of Cupid #F9BBCE
RGB
CMYK
RGB Variations
Color information
#F9BBCE (or 0xF9BBCE) is known color: Cupid. HEX triplet: F9, BB and CE. RGB value is (249,187,206). Sum of RGB (Red+Green+Blue) = 249+187+206=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBCE is #064431. Grayscale: #CFCFCF. Windows color (decimal): -410674 or 13548537. OLE color: 13548537.
HSL color Cylindrical-coordinate representation of color #F9BBCE: hue angle of 341.61º 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 #F9BBCE is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 206 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.02 |
| HSL | 341.61º | 0.84% | 0.85% | - |
| HSV(B) | 341.61º | 0.25% | 0.98% | - |
| XYZ | 67.98 | 60.14 | 66.42 | - |
| YUV | 207.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 206 | 0 | 0.25 | 0.17 | 0.02 | 341.61 | 0.84 | 0.85 |
| Hex | F9 | BB | CE | 0 | 19 | 11 | 2 | 156 | 54 | 55 |
| Octal | 371 | 273 | 316 | 0 | 31 | 21 | 2 | 526 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11001110 | 0 | 11001 | 10001 | 10 | 101010110 | 1010100 | 1010101 |
Color Harmonies of #F9BBCE
Complementary color
Monochromatic Colors of #F9BBCE
Black with #F9BBCE
Text Example
Text Example
White with #F9BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBCE; }
p { color: rgb(249,187,206); }
H1.HeaderClassName
{
color: #F9BBCE;
}
.AnyTagClassName
{
color: #F9BBCE;
}
</style>
background-color css
<style>
a { background-color: #F9BBCE; }
a { background-color: rgb(249,187,206); }
div.DivClassName
{
background-color: #F9BBCE;
}
.BgClassName
{
background-color: #F9BBCE;
}
</style>
border-color css
<style>
span { border-color: #F9BBCE; }
span { border-color: rgb(249,187,206); }
td.TdClassName
{
border-color: #F9BBCE;
}
.TagClassName
{
border-color: #F9BBCE;
}
</style>