Shades of Mandys Pink #FEB895
Tints of Mandys Pink #FEB895
RGB
CMYK
RGB Variations
Color information
#FEB895 (or 0xFEB895) is known color: Mandys Pink. HEX triplet: FE, B8 and 95. RGB value is (254,184,149). Sum of RGB (Red+Green+Blue) = 254+184+149=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB895 is #01476A. Grayscale: #C9C9C9. Windows color (decimal): -83819 or 9812222. OLE color: 9812222.
HSL color Cylindrical-coordinate representation of color #FEB895: hue angle of 20º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEB895 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 149 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.00 |
| HSL | 20º | 0.98% | 0.79% | - |
| HSV(B) | 20º | 0.41% | 1% | - |
| XYZ | 63.44 | 57.52 | 36.19 | - |
| YUV | 200.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 149 | 0 | 0.28 | 0.41 | 0.00 | 20 | 0.98 | 0.79 |
| Hex | FE | B8 | 95 | 0 | 1C | 29 | 0 | 14 | 62 | 4F |
| Octal | 376 | 270 | 225 | 0 | 34 | 51 | 0 | 24 | 142 | 117 |
| Binary | 11111110 | 10111000 | 10010101 | 0 | 11100 | 101001 | 0 | 10100 | 1100010 | 1001111 |
Color Harmonies of #FEB895
Complementary color
Monochromatic Colors of #FEB895
Black with #FEB895
Text Example
Text Example
White with #FEB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB895; }
p { color: rgb(254,184,149); }
H1.HeaderClassName
{
color: #FEB895;
}
.AnyTagClassName
{
color: #FEB895;
}
</style>
background-color css
<style>
a { background-color: #FEB895; }
a { background-color: rgb(254,184,149); }
div.DivClassName
{
background-color: #FEB895;
}
.BgClassName
{
background-color: #FEB895;
}
</style>
border-color css
<style>
span { border-color: #FEB895; }
span { border-color: rgb(254,184,149); }
td.TdClassName
{
border-color: #FEB895;
}
.TagClassName
{
border-color: #FEB895;
}
</style>