Shades of Cupid #FEB2C7
Tints of Cupid #FEB2C7
RGB
CMYK
RGB Variations
Color information
#FEB2C7 (or 0xFEB2C7) is known color: Cupid. HEX triplet: FE, B2 and C7. RGB value is (254,178,199). Sum of RGB (Red+Green+Blue) = 254+178+199=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 178 (69.92% from 255 or 28.21% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2C7 is #014D38. Grayscale: #CBCBCB. Windows color (decimal): -85305 or 13087486. OLE color: 13087486.
HSL color Cylindrical-coordinate representation of color #FEB2C7: hue angle of 343.42º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB2C7 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 199 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.00 |
| HSL | 343.42º | 0.97% | 0.85% | - |
| HSV(B) | 343.42º | 0.3% | 1% | - |
| XYZ | 67.1 | 57.04 | 61.51 | - |
| YUV | 203.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 199 | 0 | 0.30 | 0.22 | 0.00 | 343.42 | 0.97 | 0.85 |
| Hex | FE | B2 | C7 | 0 | 1E | 16 | 0 | 157 | 61 | 55 |
| Octal | 376 | 262 | 307 | 0 | 36 | 26 | 0 | 527 | 141 | 125 |
| Binary | 11111110 | 10110010 | 11000111 | 0 | 11110 | 10110 | 0 | 101010111 | 1100001 | 1010101 |
Color Harmonies of #FEB2C7
Complementary color
Monochromatic Colors of #FEB2C7
Black with #FEB2C7
Text Example
Text Example
White with #FEB2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2C7; }
p { color: rgb(254,178,199); }
H1.HeaderClassName
{
color: #FEB2C7;
}
.AnyTagClassName
{
color: #FEB2C7;
}
</style>
background-color css
<style>
a { background-color: #FEB2C7; }
a { background-color: rgb(254,178,199); }
div.DivClassName
{
background-color: #FEB2C7;
}
.BgClassName
{
background-color: #FEB2C7;
}
</style>
border-color css
<style>
span { border-color: #FEB2C7; }
span { border-color: rgb(254,178,199); }
td.TdClassName
{
border-color: #FEB2C7;
}
.TagClassName
{
border-color: #FEB2C7;
}
</style>