Shades of Mandys Pink #FEB7A0
Tints of Mandys Pink #FEB7A0
RGB
CMYK
RGB Variations
Color information
#FEB7A0 (or 0xFEB7A0) is known color: Mandys Pink. HEX triplet: FE, B7 and A0. RGB value is (254,183,160). Sum of RGB (Red+Green+Blue) = 254+183+160=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB7A0 is #01485F. Grayscale: #C9C9C9. Windows color (decimal): -84064 or 10532862. OLE color: 10532862.
HSL color Cylindrical-coordinate representation of color #FEB7A0: hue angle of 14.68º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEB7A0 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 160 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.00 |
| HSL | 14.68º | 0.98% | 0.81% | - |
| HSV(B) | 14.68º | 0.37% | 1% | - |
| XYZ | 64.15 | 57.48 | 40.97 | - |
| YUV | 201.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 160 | 0 | 0.28 | 0.37 | 0.00 | 14.68 | 0.98 | 0.81 |
| Hex | FE | B7 | A0 | 0 | 1C | 25 | 0 | F | 62 | 51 |
| Octal | 376 | 267 | 240 | 0 | 34 | 45 | 0 | 17 | 142 | 121 |
| Binary | 11111110 | 10110111 | 10100000 | 0 | 11100 | 100101 | 0 | 1111 | 1100010 | 1010001 |
Color Harmonies of #FEB7A0
Complementary color
Monochromatic Colors of #FEB7A0
Black with #FEB7A0
Text Example
Text Example
White with #FEB7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7A0; }
p { color: rgb(254,183,160); }
H1.HeaderClassName
{
color: #FEB7A0;
}
.AnyTagClassName
{
color: #FEB7A0;
}
</style>
background-color css
<style>
a { background-color: #FEB7A0; }
a { background-color: rgb(254,183,160); }
div.DivClassName
{
background-color: #FEB7A0;
}
.BgClassName
{
background-color: #FEB7A0;
}
</style>
border-color css
<style>
span { border-color: #FEB7A0; }
span { border-color: rgb(254,183,160); }
td.TdClassName
{
border-color: #FEB7A0;
}
.TagClassName
{
border-color: #FEB7A0;
}
</style>