Shades of Cupid #F8BBCB
Tints of Cupid #F8BBCB
RGB
CMYK
RGB Variations
Color information
#F8BBCB (or 0xF8BBCB) is known color: Cupid. HEX triplet: F8, BB and CB. RGB value is (248,187,203). Sum of RGB (Red+Green+Blue) = 248+187+203=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBCB is #074434. Grayscale: #CFCFCF. Windows color (decimal): -476213 or 13351928. OLE color: 13351928.
HSL color Cylindrical-coordinate representation of color #F8BBCB: hue angle of 344.26º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BBCB is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 203 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.03 |
| HSL | 344.26º | 0.81% | 0.85% | - |
| HSV(B) | 344.26º | 0.25% | 0.97% | - |
| XYZ | 67.26 | 59.81 | 64.5 | - |
| YUV | 207.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 203 | 0 | 0.25 | 0.18 | 0.03 | 344.26 | 0.81 | 0.85 |
| Hex | F8 | BB | CB | 0 | 19 | 12 | 3 | 158 | 51 | 55 |
| Octal | 370 | 273 | 313 | 0 | 31 | 22 | 3 | 530 | 121 | 125 |
| Binary | 11111000 | 10111011 | 11001011 | 0 | 11001 | 10010 | 11 | 101011000 | 1010001 | 1010101 |
Color Harmonies of #F8BBCB
Complementary color
Monochromatic Colors of #F8BBCB
Black with #F8BBCB
Text Example
Text Example
White with #F8BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBCB; }
p { color: rgb(248,187,203); }
H1.HeaderClassName
{
color: #F8BBCB;
}
.AnyTagClassName
{
color: #F8BBCB;
}
</style>
background-color css
<style>
a { background-color: #F8BBCB; }
a { background-color: rgb(248,187,203); }
div.DivClassName
{
background-color: #F8BBCB;
}
.BgClassName
{
background-color: #F8BBCB;
}
</style>
border-color css
<style>
span { border-color: #F8BBCB; }
span { border-color: rgb(248,187,203); }
td.TdClassName
{
border-color: #F8BBCB;
}
.TagClassName
{
border-color: #F8BBCB;
}
</style>