Shades of Cupid #FEB3C7
Tints of Cupid #FEB3C7
RGB
CMYK
RGB Variations
Color information
#FEB3C7 (or 0xFEB3C7) is known color: Cupid. HEX triplet: FE, B3 and C7. RGB value is (254,179,199). Sum of RGB (Red+Green+Blue) = 254+179+199=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3C7 is #014C38. Grayscale: #CBCBCB. Windows color (decimal): -85049 or 13087742. OLE color: 13087742.
HSL color Cylindrical-coordinate representation of color #FEB3C7: hue angle of 344º 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 #FEB3C7 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 199 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.00 |
| HSL | 344º | 0.97% | 0.85% | - |
| HSV(B) | 344º | 0.3% | 1% | - |
| XYZ | 67.3 | 57.43 | 61.57 | - |
| YUV | 203.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 199 | 0 | 0.30 | 0.22 | 0.00 | 344 | 0.97 | 0.85 |
| Hex | FE | B3 | C7 | 0 | 1E | 16 | 0 | 158 | 61 | 55 |
| Octal | 376 | 263 | 307 | 0 | 36 | 26 | 0 | 530 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11000111 | 0 | 11110 | 10110 | 0 | 101011000 | 1100001 | 1010101 |
Color Harmonies of #FEB3C7
Complementary color
Monochromatic Colors of #FEB3C7
Black with #FEB3C7
Text Example
Text Example
White with #FEB3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3C7; }
p { color: rgb(254,179,199); }
H1.HeaderClassName
{
color: #FEB3C7;
}
.AnyTagClassName
{
color: #FEB3C7;
}
</style>
background-color css
<style>
a { background-color: #FEB3C7; }
a { background-color: rgb(254,179,199); }
div.DivClassName
{
background-color: #FEB3C7;
}
.BgClassName
{
background-color: #FEB3C7;
}
</style>
border-color css
<style>
span { border-color: #FEB3C7; }
span { border-color: rgb(254,179,199); }
td.TdClassName
{
border-color: #FEB3C7;
}
.TagClassName
{
border-color: #FEB3C7;
}
</style>