Shades of Cupid #FEB1C6
Tints of Cupid #FEB1C6
RGB
CMYK
RGB Variations
Color information
#FEB1C6 (or 0xFEB1C6) is known color: Cupid. HEX triplet: FE, B1 and C6. RGB value is (254,177,198). Sum of RGB (Red+Green+Blue) = 254+177+198=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1C6 is #014E39. Grayscale: #CACACA. Windows color (decimal): -85562 or 13021694. OLE color: 13021694.
HSL color Cylindrical-coordinate representation of color #FEB1C6: hue angle of 343.64º 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 #FEB1C6 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 198 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.00 |
| HSL | 343.64º | 0.97% | 0.85% | - |
| HSV(B) | 343.64º | 0.3% | 1% | - |
| XYZ | 66.79 | 56.59 | 60.83 | - |
| YUV | 202.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 198 | 0 | 0.30 | 0.22 | 0.00 | 343.64 | 0.97 | 0.85 |
| Hex | FE | B1 | C6 | 0 | 1E | 16 | 0 | 158 | 61 | 55 |
| Octal | 376 | 261 | 306 | 0 | 36 | 26 | 0 | 530 | 141 | 125 |
| Binary | 11111110 | 10110001 | 11000110 | 0 | 11110 | 10110 | 0 | 101011000 | 1100001 | 1010101 |
Color Harmonies of #FEB1C6
Complementary color
Monochromatic Colors of #FEB1C6
Black with #FEB1C6
Text Example
Text Example
White with #FEB1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB1C6; }
p { color: rgb(254,177,198); }
H1.HeaderClassName
{
color: #FEB1C6;
}
.AnyTagClassName
{
color: #FEB1C6;
}
</style>
background-color css
<style>
a { background-color: #FEB1C6; }
a { background-color: rgb(254,177,198); }
div.DivClassName
{
background-color: #FEB1C6;
}
.BgClassName
{
background-color: #FEB1C6;
}
</style>
border-color css
<style>
span { border-color: #FEB1C6; }
span { border-color: rgb(254,177,198); }
td.TdClassName
{
border-color: #FEB1C6;
}
.TagClassName
{
border-color: #FEB1C6;
}
</style>