Shades of Cupid #FEB3CA
Tints of Cupid #FEB3CA
RGB
CMYK
RGB Variations
Color information
#FEB3CA (or 0xFEB3CA) is known color: Cupid. HEX triplet: FE, B3 and CA. RGB value is (254,179,202). Sum of RGB (Red+Green+Blue) = 254+179+202=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3CA is #014C35. Grayscale: #CCCCCC. Windows color (decimal): -85046 or 13284350. OLE color: 13284350.
HSL color Cylindrical-coordinate representation of color #FEB3CA: hue angle of 341.6º 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 #FEB3CA is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 202 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.00 |
| HSL | 341.6º | 0.97% | 0.85% | - |
| HSV(B) | 341.6º | 0.3% | 1% | - |
| XYZ | 67.65 | 57.58 | 63.42 | - |
| YUV | 204.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 202 | 0 | 0.30 | 0.20 | 0.00 | 341.6 | 0.97 | 0.85 |
| Hex | FE | B3 | CA | 0 | 1E | 14 | 0 | 156 | 61 | 55 |
| Octal | 376 | 263 | 312 | 0 | 36 | 24 | 0 | 526 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11001010 | 0 | 11110 | 10100 | 0 | 101010110 | 1100001 | 1010101 |
Color Harmonies of #FEB3CA
Complementary color
Monochromatic Colors of #FEB3CA
Black with #FEB3CA
Text Example
Text Example
White with #FEB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3CA; }
p { color: rgb(254,179,202); }
H1.HeaderClassName
{
color: #FEB3CA;
}
.AnyTagClassName
{
color: #FEB3CA;
}
</style>
background-color css
<style>
a { background-color: #FEB3CA; }
a { background-color: rgb(254,179,202); }
div.DivClassName
{
background-color: #FEB3CA;
}
.BgClassName
{
background-color: #FEB3CA;
}
</style>
border-color css
<style>
span { border-color: #FEB3CA; }
span { border-color: rgb(254,179,202); }
td.TdClassName
{
border-color: #FEB3CA;
}
.TagClassName
{
border-color: #FEB3CA;
}
</style>