Shades of Cupid #FEB0C9
Tints of Cupid #FEB0C9
RGB
CMYK
RGB Variations
Color information
#FEB0C9 (or 0xFEB0C9) is known color: Cupid. HEX triplet: FE, B0 and C9. RGB value is (254,176,201). Sum of RGB (Red+Green+Blue) = 254+176+201=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0C9 is #014F36. Grayscale: #CACACA. Windows color (decimal): -85815 or 13218046. OLE color: 13218046.
HSL color Cylindrical-coordinate representation of color #FEB0C9: hue angle of 340.77º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0C9 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 201 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.00 |
| HSL | 340.77º | 0.98% | 0.84% | - |
| HSV(B) | 340.77º | 0.31% | 1% | - |
| XYZ | 66.94 | 56.34 | 62.6 | - |
| YUV | 202.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 201 | 0 | 0.31 | 0.21 | 0.00 | 340.77 | 0.98 | 0.84 |
| Hex | FE | B0 | C9 | 0 | 1F | 15 | 0 | 155 | 62 | 54 |
| Octal | 376 | 260 | 311 | 0 | 37 | 25 | 0 | 525 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11001001 | 0 | 11111 | 10101 | 0 | 101010101 | 1100010 | 1010100 |
Color Harmonies of #FEB0C9
Complementary color
Monochromatic Colors of #FEB0C9
Black with #FEB0C9
Text Example
Text Example
White with #FEB0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0C9; }
p { color: rgb(254,176,201); }
H1.HeaderClassName
{
color: #FEB0C9;
}
.AnyTagClassName
{
color: #FEB0C9;
}
</style>
background-color css
<style>
a { background-color: #FEB0C9; }
a { background-color: rgb(254,176,201); }
div.DivClassName
{
background-color: #FEB0C9;
}
.BgClassName
{
background-color: #FEB0C9;
}
</style>
border-color css
<style>
span { border-color: #FEB0C9; }
span { border-color: rgb(254,176,201); }
td.TdClassName
{
border-color: #FEB0C9;
}
.TagClassName
{
border-color: #FEB0C9;
}
</style>