Shades of Cupid #FEA8BF
Tints of Cupid #FEA8BF
RGB
CMYK
RGB Variations
Color information
#FEA8BF (or 0xFEA8BF) is known color: Cupid. HEX triplet: FE, A8 and BF. RGB value is (254,168,191). Sum of RGB (Red+Green+Blue) = 254+168+191=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8BF is #015740. Grayscale: #C4C4C4. Windows color (decimal): -87873 or 12560638. OLE color: 12560638.
HSL color Cylindrical-coordinate representation of color #FEA8BF: hue angle of 343.95º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA8BF is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 191 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.00 |
| HSL | 343.95º | 0.98% | 0.83% | - |
| HSV(B) | 343.95º | 0.34% | 1% | - |
| XYZ | 64.28 | 52.84 | 56.1 | - |
| YUV | 196.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 191 | 0 | 0.34 | 0.25 | 0.00 | 343.95 | 0.98 | 0.83 |
| Hex | FE | A8 | BF | 0 | 22 | 19 | 0 | 158 | 62 | 53 |
| Octal | 376 | 250 | 277 | 0 | 42 | 31 | 0 | 530 | 142 | 123 |
| Binary | 11111110 | 10101000 | 10111111 | 0 | 100010 | 11001 | 0 | 101011000 | 1100010 | 1010011 |
Color Harmonies of #FEA8BF
Complementary color
Monochromatic Colors of #FEA8BF
Black with #FEA8BF
Text Example
Text Example
White with #FEA8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8BF; }
p { color: rgb(254,168,191); }
H1.HeaderClassName
{
color: #FEA8BF;
}
.AnyTagClassName
{
color: #FEA8BF;
}
</style>
background-color css
<style>
a { background-color: #FEA8BF; }
a { background-color: rgb(254,168,191); }
div.DivClassName
{
background-color: #FEA8BF;
}
.BgClassName
{
background-color: #FEA8BF;
}
</style>
border-color css
<style>
span { border-color: #FEA8BF; }
span { border-color: rgb(254,168,191); }
td.TdClassName
{
border-color: #FEA8BF;
}
.TagClassName
{
border-color: #FEA8BF;
}
</style>