Shades of Cupid #FEB0CA
Tints of Cupid #FEB0CA
RGB
CMYK
RGB Variations
Color information
#FEB0CA (or 0xFEB0CA) is known color: Cupid. HEX triplet: FE, B0 and CA. RGB value is (254,176,202). Sum of RGB (Red+Green+Blue) = 254+176+202=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0CA is #014F35. Grayscale: #CACACA. Windows color (decimal): -85814 or 13283582. OLE color: 13283582.
HSL color Cylindrical-coordinate representation of color #FEB0CA: hue angle of 340º 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 #FEB0CA is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 202 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.00 |
| HSL | 340º | 0.98% | 0.84% | - |
| HSV(B) | 340º | 0.31% | 1% | - |
| XYZ | 67.06 | 56.39 | 63.23 | - |
| YUV | 202.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 202 | 0 | 0.31 | 0.20 | 0.00 | 340 | 0.98 | 0.84 |
| Hex | FE | B0 | CA | 0 | 1F | 14 | 0 | 154 | 62 | 54 |
| Octal | 376 | 260 | 312 | 0 | 37 | 24 | 0 | 524 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11001010 | 0 | 11111 | 10100 | 0 | 101010100 | 1100010 | 1010100 |
Color Harmonies of #FEB0CA
Complementary color
Monochromatic Colors of #FEB0CA
Black with #FEB0CA
Text Example
Text Example
White with #FEB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0CA; }
p { color: rgb(254,176,202); }
H1.HeaderClassName
{
color: #FEB0CA;
}
.AnyTagClassName
{
color: #FEB0CA;
}
</style>
background-color css
<style>
a { background-color: #FEB0CA; }
a { background-color: rgb(254,176,202); }
div.DivClassName
{
background-color: #FEB0CA;
}
.BgClassName
{
background-color: #FEB0CA;
}
</style>
border-color css
<style>
span { border-color: #FEB0CA; }
span { border-color: rgb(254,176,202); }
td.TdClassName
{
border-color: #FEB0CA;
}
.TagClassName
{
border-color: #FEB0CA;
}
</style>