Shades of Cupid #FEB0C7
Tints of Cupid #FEB0C7
RGB
CMYK
RGB Variations
Color information
#FEB0C7 (or 0xFEB0C7) is known color: Cupid. HEX triplet: FE, B0 and C7. RGB value is (254,176,199). Sum of RGB (Red+Green+Blue) = 254+176+199=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0C7 is #014F38. Grayscale: #C9C9C9. Windows color (decimal): -85817 or 13086974. OLE color: 13086974.
HSL color Cylindrical-coordinate representation of color #FEB0C7: hue angle of 342.31º 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 #FEB0C7 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 199 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.00 |
| HSL | 342.31º | 0.98% | 0.84% | - |
| HSV(B) | 342.31º | 0.31% | 1% | - |
| XYZ | 66.71 | 56.25 | 61.37 | - |
| YUV | 201.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 199 | 0 | 0.31 | 0.22 | 0.00 | 342.31 | 0.98 | 0.84 |
| Hex | FE | B0 | C7 | 0 | 1F | 16 | 0 | 156 | 62 | 54 |
| Octal | 376 | 260 | 307 | 0 | 37 | 26 | 0 | 526 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11000111 | 0 | 11111 | 10110 | 0 | 101010110 | 1100010 | 1010100 |
Color Harmonies of #FEB0C7
Complementary color
Monochromatic Colors of #FEB0C7
Black with #FEB0C7
Text Example
Text Example
White with #FEB0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0C7; }
p { color: rgb(254,176,199); }
H1.HeaderClassName
{
color: #FEB0C7;
}
.AnyTagClassName
{
color: #FEB0C7;
}
</style>
background-color css
<style>
a { background-color: #FEB0C7; }
a { background-color: rgb(254,176,199); }
div.DivClassName
{
background-color: #FEB0C7;
}
.BgClassName
{
background-color: #FEB0C7;
}
</style>
border-color css
<style>
span { border-color: #FEB0C7; }
span { border-color: rgb(254,176,199); }
td.TdClassName
{
border-color: #FEB0C7;
}
.TagClassName
{
border-color: #FEB0C7;
}
</style>