Shades of Cupid #FEB0C4
Tints of Cupid #FEB0C4
RGB
CMYK
RGB Variations
Color information
#FEB0C4 (or 0xFEB0C4) is known color: Cupid. HEX triplet: FE, B0 and C4. RGB value is (254,176,196). Sum of RGB (Red+Green+Blue) = 254+176+196=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0C4 is #014F3B. Grayscale: #C9C9C9. Windows color (decimal): -85820 or 12890366. OLE color: 12890366.
HSL color Cylindrical-coordinate representation of color #FEB0C4: hue angle of 344.62º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0C4 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 196 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.00 |
| HSL | 344.62º | 0.98% | 0.84% | - |
| HSV(B) | 344.62º | 0.31% | 1% | - |
| XYZ | 66.36 | 56.11 | 59.56 | - |
| YUV | 201.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 196 | 0 | 0.31 | 0.23 | 0.00 | 344.62 | 0.98 | 0.84 |
| Hex | FE | B0 | C4 | 0 | 1F | 17 | 0 | 159 | 62 | 54 |
| Octal | 376 | 260 | 304 | 0 | 37 | 27 | 0 | 531 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11000100 | 0 | 11111 | 10111 | 0 | 101011001 | 1100010 | 1010100 |
Color Harmonies of #FEB0C4
Complementary color
Monochromatic Colors of #FEB0C4
Black with #FEB0C4
Text Example
Text Example
White with #FEB0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0C4; }
p { color: rgb(254,176,196); }
H1.HeaderClassName
{
color: #FEB0C4;
}
.AnyTagClassName
{
color: #FEB0C4;
}
</style>
background-color css
<style>
a { background-color: #FEB0C4; }
a { background-color: rgb(254,176,196); }
div.DivClassName
{
background-color: #FEB0C4;
}
.BgClassName
{
background-color: #FEB0C4;
}
</style>
border-color css
<style>
span { border-color: #FEB0C4; }
span { border-color: rgb(254,176,196); }
td.TdClassName
{
border-color: #FEB0C4;
}
.TagClassName
{
border-color: #FEB0C4;
}
</style>