Shades of Cupid #F8B7CB
Tints of Cupid #F8B7CB
RGB
CMYK
RGB Variations
Color information
#F8B7CB (or 0xF8B7CB) is known color: Cupid. HEX triplet: F8, B7 and CB. RGB value is (248,183,203). Sum of RGB (Red+Green+Blue) = 248+183+203=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 183 (71.88% from 255 or 28.86% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B7CB is #074834. Grayscale: #CCCCCC. Windows color (decimal): -477237 or 13350904. OLE color: 13350904.
HSL color Cylindrical-coordinate representation of color #F8B7CB: hue angle of 341.54º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8B7CB is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 183 | 203 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.03 |
| HSL | 341.54º | 0.82% | 0.85% | - |
| HSV(B) | 341.54º | 0.26% | 0.97% | - |
| XYZ | 66.42 | 58.14 | 64.22 | - |
| YUV | 204.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 183 | 203 | 0 | 0.26 | 0.18 | 0.03 | 341.54 | 0.82 | 0.85 |
| Hex | F8 | B7 | CB | 0 | 1A | 12 | 3 | 156 | 52 | 55 |
| Octal | 370 | 267 | 313 | 0 | 32 | 22 | 3 | 526 | 122 | 125 |
| Binary | 11111000 | 10110111 | 11001011 | 0 | 11010 | 10010 | 11 | 101010110 | 1010010 | 1010101 |
Color Harmonies of #F8B7CB
Complementary color
Monochromatic Colors of #F8B7CB
Black with #F8B7CB
Text Example
Text Example
White with #F8B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B7CB; }
p { color: rgb(248,183,203); }
H1.HeaderClassName
{
color: #F8B7CB;
}
.AnyTagClassName
{
color: #F8B7CB;
}
</style>
background-color css
<style>
a { background-color: #F8B7CB; }
a { background-color: rgb(248,183,203); }
div.DivClassName
{
background-color: #F8B7CB;
}
.BgClassName
{
background-color: #F8B7CB;
}
</style>
border-color css
<style>
span { border-color: #F8B7CB; }
span { border-color: rgb(248,183,203); }
td.TdClassName
{
border-color: #F8B7CB;
}
.TagClassName
{
border-color: #F8B7CB;
}
</style>