Shades of Cupid #F8B9C6
Tints of Cupid #F8B9C6
RGB
CMYK
RGB Variations
Color information
#F8B9C6 (or 0xF8B9C6) is known color: Cupid. HEX triplet: F8, B9 and C6. RGB value is (248,185,198). Sum of RGB (Red+Green+Blue) = 248+185+198=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9C6 is #074639. Grayscale: #CDCDCD. Windows color (decimal): -476730 or 13023736. OLE color: 13023736.
HSL color Cylindrical-coordinate representation of color #F8B9C6: hue angle of 347.62º 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 #F8B9C6 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 185 | 198 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.03 |
| HSL | 347.62º | 0.82% | 0.85% | - |
| HSV(B) | 347.62º | 0.25% | 0.97% | - |
| XYZ | 66.25 | 58.73 | 61.27 | - |
| YUV | 205.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 185 | 198 | 0 | 0.25 | 0.20 | 0.03 | 347.62 | 0.82 | 0.85 |
| Hex | F8 | B9 | C6 | 0 | 19 | 14 | 3 | 15C | 52 | 55 |
| Octal | 370 | 271 | 306 | 0 | 31 | 24 | 3 | 534 | 122 | 125 |
| Binary | 11111000 | 10111001 | 11000110 | 0 | 11001 | 10100 | 11 | 101011100 | 1010010 | 1010101 |
Color Harmonies of #F8B9C6
Complementary color
Monochromatic Colors of #F8B9C6
Black with #F8B9C6
Text Example
Text Example
White with #F8B9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B9C6; }
p { color: rgb(248,185,198); }
H1.HeaderClassName
{
color: #F8B9C6;
}
.AnyTagClassName
{
color: #F8B9C6;
}
</style>
background-color css
<style>
a { background-color: #F8B9C6; }
a { background-color: rgb(248,185,198); }
div.DivClassName
{
background-color: #F8B9C6;
}
.BgClassName
{
background-color: #F8B9C6;
}
</style>
border-color css
<style>
span { border-color: #F8B9C6; }
span { border-color: rgb(248,185,198); }
td.TdClassName
{
border-color: #F8B9C6;
}
.TagClassName
{
border-color: #F8B9C6;
}
</style>