Shades of Cupid #FEB3C9
Tints of Cupid #FEB3C9
RGB
CMYK
RGB Variations
Color information
#FEB3C9 (or 0xFEB3C9) is known color: Cupid. HEX triplet: FE, B3 and C9. RGB value is (254,179,201). Sum of RGB (Red+Green+Blue) = 254+179+201=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3C9 is #014C36. Grayscale: #CBCBCB. Windows color (decimal): -85047 or 13218814. OLE color: 13218814.
HSL color Cylindrical-coordinate representation of color #FEB3C9: hue angle of 342.4º 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 #FEB3C9 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 201 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.00 |
| HSL | 342.4º | 0.97% | 0.85% | - |
| HSV(B) | 342.4º | 0.3% | 1% | - |
| XYZ | 67.54 | 57.53 | 62.8 | - |
| YUV | 203.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 201 | 0 | 0.30 | 0.21 | 0.00 | 342.4 | 0.97 | 0.85 |
| Hex | FE | B3 | C9 | 0 | 1E | 15 | 0 | 156 | 61 | 55 |
| Octal | 376 | 263 | 311 | 0 | 36 | 25 | 0 | 526 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11001001 | 0 | 11110 | 10101 | 0 | 101010110 | 1100001 | 1010101 |
Color Harmonies of #FEB3C9
Complementary color
Monochromatic Colors of #FEB3C9
Black with #FEB3C9
Text Example
Text Example
White with #FEB3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3C9; }
p { color: rgb(254,179,201); }
H1.HeaderClassName
{
color: #FEB3C9;
}
.AnyTagClassName
{
color: #FEB3C9;
}
</style>
background-color css
<style>
a { background-color: #FEB3C9; }
a { background-color: rgb(254,179,201); }
div.DivClassName
{
background-color: #FEB3C9;
}
.BgClassName
{
background-color: #FEB3C9;
}
</style>
border-color css
<style>
span { border-color: #FEB3C9; }
span { border-color: rgb(254,179,201); }
td.TdClassName
{
border-color: #FEB3C9;
}
.TagClassName
{
border-color: #FEB3C9;
}
</style>