Shades of Cupid #FEB2C8
Tints of Cupid #FEB2C8
RGB
CMYK
RGB Variations
Color information
#FEB2C8 (or 0xFEB2C8) is known color: Cupid. HEX triplet: FE, B2 and C8. RGB value is (254,178,200). Sum of RGB (Red+Green+Blue) = 254+178+200=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 178 (69.92% from 255 or 28.16% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2C8 is #014D37. Grayscale: #CBCBCB. Windows color (decimal): -85304 or 13153022. OLE color: 13153022.
HSL color Cylindrical-coordinate representation of color #FEB2C8: hue angle of 342.63º 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 #FEB2C8 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 200 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.00 |
| HSL | 342.63º | 0.97% | 0.85% | - |
| HSV(B) | 342.63º | 0.3% | 1% | - |
| XYZ | 67.22 | 57.08 | 62.12 | - |
| YUV | 203.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 200 | 0 | 0.30 | 0.21 | 0.00 | 342.63 | 0.97 | 0.85 |
| Hex | FE | B2 | C8 | 0 | 1E | 15 | 0 | 157 | 61 | 55 |
| Octal | 376 | 262 | 310 | 0 | 36 | 25 | 0 | 527 | 141 | 125 |
| Binary | 11111110 | 10110010 | 11001000 | 0 | 11110 | 10101 | 0 | 101010111 | 1100001 | 1010101 |
Color Harmonies of #FEB2C8
Complementary color
Monochromatic Colors of #FEB2C8
Black with #FEB2C8
Text Example
Text Example
White with #FEB2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2C8; }
p { color: rgb(254,178,200); }
H1.HeaderClassName
{
color: #FEB2C8;
}
.AnyTagClassName
{
color: #FEB2C8;
}
</style>
background-color css
<style>
a { background-color: #FEB2C8; }
a { background-color: rgb(254,178,200); }
div.DivClassName
{
background-color: #FEB2C8;
}
.BgClassName
{
background-color: #FEB2C8;
}
</style>
border-color css
<style>
span { border-color: #FEB2C8; }
span { border-color: rgb(254,178,200); }
td.TdClassName
{
border-color: #FEB2C8;
}
.TagClassName
{
border-color: #FEB2C8;
}
</style>