Shades of Cupid #FEA8BE
Tints of Cupid #FEA8BE
RGB
CMYK
RGB Variations
Color information
#FEA8BE (or 0xFEA8BE) is known color: Cupid. HEX triplet: FE, A8 and BE. RGB value is (254,168,190). Sum of RGB (Red+Green+Blue) = 254+168+190=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8BE is #015741. Grayscale: #C4C4C4. Windows color (decimal): -87874 or 12495102. OLE color: 12495102.
HSL color Cylindrical-coordinate representation of color #FEA8BE: hue angle of 344.65º 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 #FEA8BE is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 190 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.00 |
| HSL | 344.65º | 0.98% | 0.83% | - |
| HSV(B) | 344.65º | 0.34% | 1% | - |
| XYZ | 64.17 | 52.79 | 55.52 | - |
| YUV | 196.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 190 | 0 | 0.34 | 0.25 | 0.00 | 344.65 | 0.98 | 0.83 |
| Hex | FE | A8 | BE | 0 | 22 | 19 | 0 | 159 | 62 | 53 |
| Octal | 376 | 250 | 276 | 0 | 42 | 31 | 0 | 531 | 142 | 123 |
| Binary | 11111110 | 10101000 | 10111110 | 0 | 100010 | 11001 | 0 | 101011001 | 1100010 | 1010011 |
Color Harmonies of #FEA8BE
Complementary color
Monochromatic Colors of #FEA8BE
Black with #FEA8BE
Text Example
Text Example
White with #FEA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8BE; }
p { color: rgb(254,168,190); }
H1.HeaderClassName
{
color: #FEA8BE;
}
.AnyTagClassName
{
color: #FEA8BE;
}
</style>
background-color css
<style>
a { background-color: #FEA8BE; }
a { background-color: rgb(254,168,190); }
div.DivClassName
{
background-color: #FEA8BE;
}
.BgClassName
{
background-color: #FEA8BE;
}
</style>
border-color css
<style>
span { border-color: #FEA8BE; }
span { border-color: rgb(254,168,190); }
td.TdClassName
{
border-color: #FEA8BE;
}
.TagClassName
{
border-color: #FEA8BE;
}
</style>