Shades of Cupid #F8B8CB
Tints of Cupid #F8B8CB
RGB
CMYK
RGB Variations
Color information
#F8B8CB (or 0xF8B8CB) is known color: Cupid. HEX triplet: F8, B8 and CB. RGB value is (248,184,203). Sum of RGB (Red+Green+Blue) = 248+184+203=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B8CB is #074734. Grayscale: #CDCDCD. Windows color (decimal): -476981 or 13351160. OLE color: 13351160.
HSL color Cylindrical-coordinate representation of color #F8B8CB: hue angle of 342.19º 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 #F8B8CB is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 184 | 203 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.03 |
| HSL | 342.19º | 0.82% | 0.85% | - |
| HSV(B) | 342.19º | 0.26% | 0.97% | - |
| XYZ | 66.63 | 58.55 | 64.29 | - |
| YUV | 205.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 184 | 203 | 0 | 0.26 | 0.18 | 0.03 | 342.19 | 0.82 | 0.85 |
| Hex | F8 | B8 | CB | 0 | 1A | 12 | 3 | 156 | 52 | 55 |
| Octal | 370 | 270 | 313 | 0 | 32 | 22 | 3 | 526 | 122 | 125 |
| Binary | 11111000 | 10111000 | 11001011 | 0 | 11010 | 10010 | 11 | 101010110 | 1010010 | 1010101 |
Color Harmonies of #F8B8CB
Complementary color
Monochromatic Colors of #F8B8CB
Black with #F8B8CB
Text Example
Text Example
White with #F8B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B8CB; }
p { color: rgb(248,184,203); }
H1.HeaderClassName
{
color: #F8B8CB;
}
.AnyTagClassName
{
color: #F8B8CB;
}
</style>
background-color css
<style>
a { background-color: #F8B8CB; }
a { background-color: rgb(248,184,203); }
div.DivClassName
{
background-color: #F8B8CB;
}
.BgClassName
{
background-color: #F8B8CB;
}
</style>
border-color css
<style>
span { border-color: #F8B8CB; }
span { border-color: rgb(248,184,203); }
td.TdClassName
{
border-color: #F8B8CB;
}
.TagClassName
{
border-color: #F8B8CB;
}
</style>