Shades of Cupid #F8BACE
Tints of Cupid #F8BACE
RGB
CMYK
RGB Variations
Color information
#F8BACE (or 0xF8BACE) is known color: Cupid. HEX triplet: F8, BA and CE. RGB value is (248,186,206). Sum of RGB (Red+Green+Blue) = 248+186+206=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BACE is #074531. Grayscale: #CECECE. Windows color (decimal): -476466 or 13548280. OLE color: 13548280.
HSL color Cylindrical-coordinate representation of color #F8BACE: hue angle of 340.65º 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 #F8BACE is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 206 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.03 |
| HSL | 340.65º | 0.82% | 0.85% | - |
| HSV(B) | 340.65º | 0.25% | 0.97% | - |
| XYZ | 67.41 | 59.53 | 66.33 | - |
| YUV | 206.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 206 | 0 | 0.25 | 0.17 | 0.03 | 340.65 | 0.82 | 0.85 |
| Hex | F8 | BA | CE | 0 | 19 | 11 | 3 | 155 | 52 | 55 |
| Octal | 370 | 272 | 316 | 0 | 31 | 21 | 3 | 525 | 122 | 125 |
| Binary | 11111000 | 10111010 | 11001110 | 0 | 11001 | 10001 | 11 | 101010101 | 1010010 | 1010101 |
Color Harmonies of #F8BACE
Complementary color
Monochromatic Colors of #F8BACE
Black with #F8BACE
Text Example
Text Example
White with #F8BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BACE; }
p { color: rgb(248,186,206); }
H1.HeaderClassName
{
color: #F8BACE;
}
.AnyTagClassName
{
color: #F8BACE;
}
</style>
background-color css
<style>
a { background-color: #F8BACE; }
a { background-color: rgb(248,186,206); }
div.DivClassName
{
background-color: #F8BACE;
}
.BgClassName
{
background-color: #F8BACE;
}
</style>
border-color css
<style>
span { border-color: #F8BACE; }
span { border-color: rgb(248,186,206); }
td.TdClassName
{
border-color: #F8BACE;
}
.TagClassName
{
border-color: #F8BACE;
}
</style>