Shades of Cupid #F8B9CA
Tints of Cupid #F8B9CA
RGB
CMYK
RGB Variations
Color information
#F8B9CA (or 0xF8B9CA) is known color: Cupid. HEX triplet: F8, B9 and CA. RGB value is (248,185,202). Sum of RGB (Red+Green+Blue) = 248+185+202=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9CA is #074635. Grayscale: #CDCDCD. Windows color (decimal): -476726 or 13285880. OLE color: 13285880.
HSL color Cylindrical-coordinate representation of color #F8B9CA: hue angle of 343.81º 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 #F8B9CA is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 185 | 202 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.03 |
| HSL | 343.81º | 0.82% | 0.85% | - |
| HSV(B) | 343.81º | 0.25% | 0.97% | - |
| XYZ | 66.72 | 58.92 | 63.73 | - |
| YUV | 205.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 185 | 202 | 0 | 0.25 | 0.19 | 0.03 | 343.81 | 0.82 | 0.85 |
| Hex | F8 | B9 | CA | 0 | 19 | 13 | 3 | 158 | 52 | 55 |
| Octal | 370 | 271 | 312 | 0 | 31 | 23 | 3 | 530 | 122 | 125 |
| Binary | 11111000 | 10111001 | 11001010 | 0 | 11001 | 10011 | 11 | 101011000 | 1010010 | 1010101 |
Color Harmonies of #F8B9CA
Complementary color
Monochromatic Colors of #F8B9CA
Black with #F8B9CA
Text Example
Text Example
White with #F8B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B9CA; }
p { color: rgb(248,185,202); }
H1.HeaderClassName
{
color: #F8B9CA;
}
.AnyTagClassName
{
color: #F8B9CA;
}
</style>
background-color css
<style>
a { background-color: #F8B9CA; }
a { background-color: rgb(248,185,202); }
div.DivClassName
{
background-color: #F8B9CA;
}
.BgClassName
{
background-color: #F8B9CA;
}
</style>
border-color css
<style>
span { border-color: #F8B9CA; }
span { border-color: rgb(248,185,202); }
td.TdClassName
{
border-color: #F8B9CA;
}
.TagClassName
{
border-color: #F8B9CA;
}
</style>