Shades of Cupid #F9B7CB
Tints of Cupid #F9B7CB
RGB
CMYK
RGB Variations
Color information
#F9B7CB (or 0xF9B7CB) is known color: Cupid. HEX triplet: F9, B7 and CB. RGB value is (249,183,203). Sum of RGB (Red+Green+Blue) = 249+183+203=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B7CB is #064834. Grayscale: #CDCDCD. Windows color (decimal): -411701 or 13350905. OLE color: 13350905.
HSL color Cylindrical-coordinate representation of color #F9B7CB: hue angle of 341.82º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9B7CB is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 183 | 203 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.02 |
| HSL | 341.82º | 0.85% | 0.85% | - |
| HSV(B) | 341.82º | 0.27% | 0.98% | - |
| XYZ | 66.78 | 58.32 | 64.24 | - |
| YUV | 205.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 183 | 203 | 0 | 0.27 | 0.18 | 0.02 | 341.82 | 0.85 | 0.85 |
| Hex | F9 | B7 | CB | 0 | 1B | 12 | 2 | 156 | 55 | 55 |
| Octal | 371 | 267 | 313 | 0 | 33 | 22 | 2 | 526 | 125 | 125 |
| Binary | 11111001 | 10110111 | 11001011 | 0 | 11011 | 10010 | 10 | 101010110 | 1010101 | 1010101 |
Color Harmonies of #F9B7CB
Complementary color
Monochromatic Colors of #F9B7CB
Black with #F9B7CB
Text Example
Text Example
White with #F9B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B7CB; }
p { color: rgb(249,183,203); }
H1.HeaderClassName
{
color: #F9B7CB;
}
.AnyTagClassName
{
color: #F9B7CB;
}
</style>
background-color css
<style>
a { background-color: #F9B7CB; }
a { background-color: rgb(249,183,203); }
div.DivClassName
{
background-color: #F9B7CB;
}
.BgClassName
{
background-color: #F9B7CB;
}
</style>
border-color css
<style>
span { border-color: #F9B7CB; }
span { border-color: rgb(249,183,203); }
td.TdClassName
{
border-color: #F9B7CB;
}
.TagClassName
{
border-color: #F9B7CB;
}
</style>