Shades of Mandys Pink #FEB190
Tints of Mandys Pink #FEB190
RGB
CMYK
RGB Variations
Color information
#FEB190 (or 0xFEB190) is known color: Mandys Pink. HEX triplet: FE, B1 and 90. RGB value is (254,177,144). Sum of RGB (Red+Green+Blue) = 254+177+144=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB190 is #014E6F. Grayscale: #C4C4C4. Windows color (decimal): -85616 or 9482750. OLE color: 9482750.
HSL color Cylindrical-coordinate representation of color #FEB190: hue angle of 18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEB190 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 144 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.00 |
| HSL | 18º | 0.98% | 0.78% | - |
| HSV(B) | 18º | 0.43% | 1% | - |
| XYZ | 61.63 | 54.53 | 33.66 | - |
| YUV | 196.26 | 98.51 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 144 | 0 | 0.30 | 0.43 | 0.00 | 18 | 0.98 | 0.78 |
| Hex | FE | B1 | 90 | 0 | 1E | 2B | 0 | 12 | 62 | 4E |
| Octal | 376 | 261 | 220 | 0 | 36 | 53 | 0 | 22 | 142 | 116 |
| Binary | 11111110 | 10110001 | 10010000 | 0 | 11110 | 101011 | 0 | 10010 | 1100010 | 1001110 |
Color Harmonies of #FEB190
Complementary color
Monochromatic Colors of #FEB190
Black with #FEB190
Text Example
Text Example
White with #FEB190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB190; }
p { color: rgb(254,177,144); }
H1.HeaderClassName
{
color: #FEB190;
}
.AnyTagClassName
{
color: #FEB190;
}
</style>
background-color css
<style>
a { background-color: #FEB190; }
a { background-color: rgb(254,177,144); }
div.DivClassName
{
background-color: #FEB190;
}
.BgClassName
{
background-color: #FEB190;
}
</style>
border-color css
<style>
span { border-color: #FEB190; }
span { border-color: rgb(254,177,144); }
td.TdClassName
{
border-color: #FEB190;
}
.TagClassName
{
border-color: #FEB190;
}
</style>