Shades of Cupid #FEA7BD
Tints of Cupid #FEA7BD
RGB
CMYK
RGB Variations
Color information
#FEA7BD (or 0xFEA7BD) is known color: Cupid. HEX triplet: FE, A7 and BD. RGB value is (254,167,189). Sum of RGB (Red+Green+Blue) = 254+167+189=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7BD is #015842. Grayscale: #C3C3C3. Windows color (decimal): -88131 or 12429310. OLE color: 12429310.
HSL color Cylindrical-coordinate representation of color #FEA7BD: hue angle of 344.83º 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 #FEA7BD is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 189 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.00 |
| HSL | 344.83º | 0.98% | 0.83% | - |
| HSV(B) | 344.83º | 0.34% | 1% | - |
| XYZ | 63.88 | 52.38 | 54.89 | - |
| YUV | 195.52 | 124.32 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 189 | 0 | 0.34 | 0.26 | 0.00 | 344.83 | 0.98 | 0.83 |
| Hex | FE | A7 | BD | 0 | 22 | 1A | 0 | 159 | 62 | 53 |
| Octal | 376 | 247 | 275 | 0 | 42 | 32 | 0 | 531 | 142 | 123 |
| Binary | 11111110 | 10100111 | 10111101 | 0 | 100010 | 11010 | 0 | 101011001 | 1100010 | 1010011 |
Color Harmonies of #FEA7BD
Complementary color
Monochromatic Colors of #FEA7BD
Black with #FEA7BD
Text Example
Text Example
White with #FEA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA7BD; }
p { color: rgb(254,167,189); }
H1.HeaderClassName
{
color: #FEA7BD;
}
.AnyTagClassName
{
color: #FEA7BD;
}
</style>
background-color css
<style>
a { background-color: #FEA7BD; }
a { background-color: rgb(254,167,189); }
div.DivClassName
{
background-color: #FEA7BD;
}
.BgClassName
{
background-color: #FEA7BD;
}
</style>
border-color css
<style>
span { border-color: #FEA7BD; }
span { border-color: rgb(254,167,189); }
td.TdClassName
{
border-color: #FEA7BD;
}
.TagClassName
{
border-color: #FEA7BD;
}
</style>