Shades of Cupid #F8B3CA
Tints of Cupid #F8B3CA
RGB
CMYK
RGB Variations
Color information
#F8B3CA (or 0xF8B3CA) is known color: Cupid. HEX triplet: F8, B3 and CA. RGB value is (248,179,202). Sum of RGB (Red+Green+Blue) = 248+179+202=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B3CA is #074C35. Grayscale: #CACACA. Windows color (decimal): -478262 or 13284344. OLE color: 13284344.
HSL color Cylindrical-coordinate representation of color #F8B3CA: hue angle of 340º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B3CA is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 179 | 202 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.03 |
| HSL | 340º | 0.83% | 0.84% | - |
| HSV(B) | 340º | 0.28% | 0.97% | - |
| XYZ | 65.49 | 56.46 | 63.32 | - |
| YUV | 202.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 202 | 0 | 0.28 | 0.19 | 0.03 | 340 | 0.83 | 0.84 |
| Hex | F8 | B3 | CA | 0 | 1C | 13 | 3 | 154 | 53 | 54 |
| Octal | 370 | 263 | 312 | 0 | 34 | 23 | 3 | 524 | 123 | 124 |
| Binary | 11111000 | 10110011 | 11001010 | 0 | 11100 | 10011 | 11 | 101010100 | 1010011 | 1010100 |
Color Harmonies of #F8B3CA
Complementary color
Monochromatic Colors of #F8B3CA
Black with #F8B3CA
Text Example
Text Example
White with #F8B3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B3CA; }
p { color: rgb(248,179,202); }
H1.HeaderClassName
{
color: #F8B3CA;
}
.AnyTagClassName
{
color: #F8B3CA;
}
</style>
background-color css
<style>
a { background-color: #F8B3CA; }
a { background-color: rgb(248,179,202); }
div.DivClassName
{
background-color: #F8B3CA;
}
.BgClassName
{
background-color: #F8B3CA;
}
</style>
border-color css
<style>
span { border-color: #F8B3CA; }
span { border-color: rgb(248,179,202); }
td.TdClassName
{
border-color: #F8B3CA;
}
.TagClassName
{
border-color: #F8B3CA;
}
</style>