Shades of Mandys Pink #FEB192
Tints of Mandys Pink #FEB192
RGB
CMYK
RGB Variations
Color information
#FEB192 (or 0xFEB192) is known color: Mandys Pink. HEX triplet: FE, B1 and 92. RGB value is (254,177,146). Sum of RGB (Red+Green+Blue) = 254+177+146=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB192 is #014E6D. Grayscale: #C4C4C4. Windows color (decimal): -85614 or 9613822. OLE color: 9613822.
HSL color Cylindrical-coordinate representation of color #FEB192: hue angle of 17.22º 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 #FEB192 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 146 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.00 |
| HSL | 17.22º | 0.98% | 0.78% | - |
| HSV(B) | 17.22º | 0.43% | 1% | - |
| XYZ | 61.78 | 54.59 | 34.47 | - |
| YUV | 196.49 | 99.51 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 146 | 0 | 0.30 | 0.43 | 0.00 | 17.22 | 0.98 | 0.78 |
| Hex | FE | B1 | 92 | 0 | 1E | 2B | 0 | 11 | 62 | 4E |
| Octal | 376 | 261 | 222 | 0 | 36 | 53 | 0 | 21 | 142 | 116 |
| Binary | 11111110 | 10110001 | 10010010 | 0 | 11110 | 101011 | 0 | 10001 | 1100010 | 1001110 |
Color Harmonies of #FEB192
Complementary color
Monochromatic Colors of #FEB192
Black with #FEB192
Text Example
Text Example
White with #FEB192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB192; }
p { color: rgb(254,177,146); }
H1.HeaderClassName
{
color: #FEB192;
}
.AnyTagClassName
{
color: #FEB192;
}
</style>
background-color css
<style>
a { background-color: #FEB192; }
a { background-color: rgb(254,177,146); }
div.DivClassName
{
background-color: #FEB192;
}
.BgClassName
{
background-color: #FEB192;
}
</style>
border-color css
<style>
span { border-color: #FEB192; }
span { border-color: rgb(254,177,146); }
td.TdClassName
{
border-color: #FEB192;
}
.TagClassName
{
border-color: #FEB192;
}
</style>