Shades of Mandys Pink #FEB795
Tints of Mandys Pink #FEB795
RGB
CMYK
RGB Variations
Color information
#FEB795 (or 0xFEB795) is known color: Mandys Pink. HEX triplet: FE, B7 and 95. RGB value is (254,183,149). Sum of RGB (Red+Green+Blue) = 254+183+149=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB795 is #01486A. Grayscale: #C8C8C8. Windows color (decimal): -84075 or 9811966. OLE color: 9811966.
HSL color Cylindrical-coordinate representation of color #FEB795: hue angle of 19.43º 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 #FEB795 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 149 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.00 |
| HSL | 19.43º | 0.98% | 0.79% | - |
| HSV(B) | 19.43º | 0.41% | 1% | - |
| XYZ | 63.23 | 57.11 | 36.12 | - |
| YUV | 200.35 | 99.02 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 149 | 0 | 0.28 | 0.41 | 0.00 | 19.43 | 0.98 | 0.79 |
| Hex | FE | B7 | 95 | 0 | 1C | 29 | 0 | 13 | 62 | 4F |
| Octal | 376 | 267 | 225 | 0 | 34 | 51 | 0 | 23 | 142 | 117 |
| Binary | 11111110 | 10110111 | 10010101 | 0 | 11100 | 101001 | 0 | 10011 | 1100010 | 1001111 |
Color Harmonies of #FEB795
Complementary color
Monochromatic Colors of #FEB795
Black with #FEB795
Text Example
Text Example
White with #FEB795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB795; }
p { color: rgb(254,183,149); }
H1.HeaderClassName
{
color: #FEB795;
}
.AnyTagClassName
{
color: #FEB795;
}
</style>
background-color css
<style>
a { background-color: #FEB795; }
a { background-color: rgb(254,183,149); }
div.DivClassName
{
background-color: #FEB795;
}
.BgClassName
{
background-color: #FEB795;
}
</style>
border-color css
<style>
span { border-color: #FEB795; }
span { border-color: rgb(254,183,149); }
td.TdClassName
{
border-color: #FEB795;
}
.TagClassName
{
border-color: #FEB795;
}
</style>