Shades of Cupid #FEB2CA
Tints of Cupid #FEB2CA
RGB
CMYK
RGB Variations
Color information
#FEB2CA (or 0xFEB2CA) is known color: Cupid. HEX triplet: FE, B2 and CA. RGB value is (254,178,202). Sum of RGB (Red+Green+Blue) = 254+178+202=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2CA is #014D35. Grayscale: #CBCBCB. Windows color (decimal): -85302 or 13284094. OLE color: 13284094.
HSL color Cylindrical-coordinate representation of color #FEB2CA: hue angle of 341.05º 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 #FEB2CA is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 202 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.00 |
| HSL | 341.05º | 0.97% | 0.85% | - |
| HSV(B) | 341.05º | 0.3% | 1% | - |
| XYZ | 67.45 | 57.18 | 63.36 | - |
| YUV | 203.46 | 127.18 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 202 | 0 | 0.30 | 0.20 | 0.00 | 341.05 | 0.97 | 0.85 |
| Hex | FE | B2 | CA | 0 | 1E | 14 | 0 | 155 | 61 | 55 |
| Octal | 376 | 262 | 312 | 0 | 36 | 24 | 0 | 525 | 141 | 125 |
| Binary | 11111110 | 10110010 | 11001010 | 0 | 11110 | 10100 | 0 | 101010101 | 1100001 | 1010101 |
Color Harmonies of #FEB2CA
Complementary color
Monochromatic Colors of #FEB2CA
Black with #FEB2CA
Text Example
Text Example
White with #FEB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2CA; }
p { color: rgb(254,178,202); }
H1.HeaderClassName
{
color: #FEB2CA;
}
.AnyTagClassName
{
color: #FEB2CA;
}
</style>
background-color css
<style>
a { background-color: #FEB2CA; }
a { background-color: rgb(254,178,202); }
div.DivClassName
{
background-color: #FEB2CA;
}
.BgClassName
{
background-color: #FEB2CA;
}
</style>
border-color css
<style>
span { border-color: #FEB2CA; }
span { border-color: rgb(254,178,202); }
td.TdClassName
{
border-color: #FEB2CA;
}
.TagClassName
{
border-color: #FEB2CA;
}
</style>