Shades of Cupid #FEA8BD
Tints of Cupid #FEA8BD
RGB
CMYK
RGB Variations
Color information
#FEA8BD (or 0xFEA8BD) is known color: Cupid. HEX triplet: FE, A8 and BD. RGB value is (254,168,189). Sum of RGB (Red+Green+Blue) = 254+168+189=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8BD is #015742. Grayscale: #C4C4C4. Windows color (decimal): -87875 or 12429566. OLE color: 12429566.
HSL color Cylindrical-coordinate representation of color #FEA8BD: hue angle of 345.35º 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 #FEA8BD is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 189 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.00 |
| HSL | 345.35º | 0.98% | 0.83% | - |
| HSV(B) | 345.35º | 0.34% | 1% | - |
| XYZ | 64.06 | 52.75 | 54.95 | - |
| YUV | 196.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 189 | 0 | 0.34 | 0.26 | 0.00 | 345.35 | 0.98 | 0.83 |
| Hex | FE | A8 | BD | 0 | 22 | 1A | 0 | 159 | 62 | 53 |
| Octal | 376 | 250 | 275 | 0 | 42 | 32 | 0 | 531 | 142 | 123 |
| Binary | 11111110 | 10101000 | 10111101 | 0 | 100010 | 11010 | 0 | 101011001 | 1100010 | 1010011 |
Color Harmonies of #FEA8BD
Complementary color
Monochromatic Colors of #FEA8BD
Black with #FEA8BD
Text Example
Text Example
White with #FEA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8BD; }
p { color: rgb(254,168,189); }
H1.HeaderClassName
{
color: #FEA8BD;
}
.AnyTagClassName
{
color: #FEA8BD;
}
</style>
background-color css
<style>
a { background-color: #FEA8BD; }
a { background-color: rgb(254,168,189); }
div.DivClassName
{
background-color: #FEA8BD;
}
.BgClassName
{
background-color: #FEA8BD;
}
</style>
border-color css
<style>
span { border-color: #FEA8BD; }
span { border-color: rgb(254,168,189); }
td.TdClassName
{
border-color: #FEA8BD;
}
.TagClassName
{
border-color: #FEA8BD;
}
</style>