Shades of Cupid #FEA7BC
Tints of Cupid #FEA7BC
RGB
CMYK
RGB Variations
Color information
#FEA7BC (or 0xFEA7BC) is known color: Cupid. HEX triplet: FE, A7 and BC. RGB value is (254,167,188). Sum of RGB (Red+Green+Blue) = 254+167+188=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7BC is #015843. Grayscale: #C3C3C3. Windows color (decimal): -88132 or 12363774. OLE color: 12363774.
HSL color Cylindrical-coordinate representation of color #FEA7BC: hue angle of 345.52º 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 #FEA7BC is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 188 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.00 |
| HSL | 345.52º | 0.98% | 0.83% | - |
| HSV(B) | 345.52º | 0.34% | 1% | - |
| XYZ | 63.77 | 52.34 | 54.32 | - |
| YUV | 195.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 188 | 0 | 0.34 | 0.26 | 0.00 | 345.52 | 0.98 | 0.83 |
| Hex | FE | A7 | BC | 0 | 22 | 1A | 0 | 15A | 62 | 53 |
| Octal | 376 | 247 | 274 | 0 | 42 | 32 | 0 | 532 | 142 | 123 |
| Binary | 11111110 | 10100111 | 10111100 | 0 | 100010 | 11010 | 0 | 101011010 | 1100010 | 1010011 |
Color Harmonies of #FEA7BC
Complementary color
Monochromatic Colors of #FEA7BC
Black with #FEA7BC
Text Example
Text Example
White with #FEA7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA7BC; }
p { color: rgb(254,167,188); }
H1.HeaderClassName
{
color: #FEA7BC;
}
.AnyTagClassName
{
color: #FEA7BC;
}
</style>
background-color css
<style>
a { background-color: #FEA7BC; }
a { background-color: rgb(254,167,188); }
div.DivClassName
{
background-color: #FEA7BC;
}
.BgClassName
{
background-color: #FEA7BC;
}
</style>
border-color css
<style>
span { border-color: #FEA7BC; }
span { border-color: rgb(254,167,188); }
td.TdClassName
{
border-color: #FEA7BC;
}
.TagClassName
{
border-color: #FEA7BC;
}
</style>