Shades of Cupid #F8B9C8
Tints of Cupid #F8B9C8
RGB
CMYK
RGB Variations
Color information
#F8B9C8 (or 0xF8B9C8) is known color: Cupid. HEX triplet: F8, B9 and C8. RGB value is (248,185,200). Sum of RGB (Red+Green+Blue) = 248+185+200=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9C8 is #074637. Grayscale: #CDCDCD. Windows color (decimal): -476728 or 13154808. OLE color: 13154808.
HSL color Cylindrical-coordinate representation of color #F8B9C8: hue angle of 345.71º degrees, saturation: 0.82, 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 #F8B9C8 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 185 | 200 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.03 |
| HSL | 345.71º | 0.82% | 0.85% | - |
| HSV(B) | 345.71º | 0.25% | 0.97% | - |
| XYZ | 66.49 | 58.82 | 62.49 | - |
| YUV | 205.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 185 | 200 | 0 | 0.25 | 0.19 | 0.03 | 345.71 | 0.82 | 0.85 |
| Hex | F8 | B9 | C8 | 0 | 19 | 13 | 3 | 15A | 52 | 55 |
| Octal | 370 | 271 | 310 | 0 | 31 | 23 | 3 | 532 | 122 | 125 |
| Binary | 11111000 | 10111001 | 11001000 | 0 | 11001 | 10011 | 11 | 101011010 | 1010010 | 1010101 |
Color Harmonies of #F8B9C8
Complementary color
Monochromatic Colors of #F8B9C8
Black with #F8B9C8
Text Example
Text Example
White with #F8B9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B9C8; }
p { color: rgb(248,185,200); }
H1.HeaderClassName
{
color: #F8B9C8;
}
.AnyTagClassName
{
color: #F8B9C8;
}
</style>
background-color css
<style>
a { background-color: #F8B9C8; }
a { background-color: rgb(248,185,200); }
div.DivClassName
{
background-color: #F8B9C8;
}
.BgClassName
{
background-color: #F8B9C8;
}
</style>
border-color css
<style>
span { border-color: #F8B9C8; }
span { border-color: rgb(248,185,200); }
td.TdClassName
{
border-color: #F8B9C8;
}
.TagClassName
{
border-color: #F8B9C8;
}
</style>