Shades of Cupid #FEB7CA
Tints of Cupid #FEB7CA
RGB
CMYK
RGB Variations
Color information
#FEB7CA (or 0xFEB7CA) is known color: Cupid. HEX triplet: FE, B7 and CA. RGB value is (254,183,202). Sum of RGB (Red+Green+Blue) = 254+183+202=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7CA is #014835. Grayscale: #CECECE. Windows color (decimal): -84022 or 13285374. OLE color: 13285374.
HSL color Cylindrical-coordinate representation of color #FEB7CA: hue angle of 343.94º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7CA is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 202 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.00 |
| HSL | 343.94º | 0.97% | 0.86% | - |
| HSV(B) | 343.94º | 0.28% | 1% | - |
| XYZ | 68.47 | 59.2 | 63.7 | - |
| YUV | 206.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 202 | 0 | 0.28 | 0.20 | 0.00 | 343.94 | 0.97 | 0.86 |
| Hex | FE | B7 | CA | 0 | 1C | 14 | 0 | 158 | 61 | 56 |
| Octal | 376 | 267 | 312 | 0 | 34 | 24 | 0 | 530 | 141 | 126 |
| Binary | 11111110 | 10110111 | 11001010 | 0 | 11100 | 10100 | 0 | 101011000 | 1100001 | 1010110 |
Color Harmonies of #FEB7CA
Complementary color
Monochromatic Colors of #FEB7CA
Black with #FEB7CA
Text Example
Text Example
White with #FEB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7CA; }
p { color: rgb(254,183,202); }
H1.HeaderClassName
{
color: #FEB7CA;
}
.AnyTagClassName
{
color: #FEB7CA;
}
</style>
background-color css
<style>
a { background-color: #FEB7CA; }
a { background-color: rgb(254,183,202); }
div.DivClassName
{
background-color: #FEB7CA;
}
.BgClassName
{
background-color: #FEB7CA;
}
</style>
border-color css
<style>
span { border-color: #FEB7CA; }
span { border-color: rgb(254,183,202); }
td.TdClassName
{
border-color: #FEB7CA;
}
.TagClassName
{
border-color: #FEB7CA;
}
</style>