Shades of Mandys Pink #FEB699
Tints of Mandys Pink #FEB699
RGB
CMYK
RGB Variations
Color information
#FEB699 (or 0xFEB699) is known color: Mandys Pink. HEX triplet: FE, B6 and 99. RGB value is (254,182,153). Sum of RGB (Red+Green+Blue) = 254+182+153=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 153 (60.16% from 255 or 25.98% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB699 is #014966. Grayscale: #C8C8C8. Windows color (decimal): -84327 or 10073854. OLE color: 10073854.
HSL color Cylindrical-coordinate representation of color #FEB699: hue angle of 17.23º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEB699 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 153 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.00 |
| HSL | 17.23º | 0.98% | 0.8% | - |
| HSV(B) | 17.23º | 0.4% | 1% | - |
| XYZ | 63.35 | 56.83 | 37.77 | - |
| YUV | 200.22 | 101.35 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 153 | 0 | 0.28 | 0.40 | 0.00 | 17.23 | 0.98 | 0.8 |
| Hex | FE | B6 | 99 | 0 | 1C | 28 | 0 | 11 | 62 | 50 |
| Octal | 376 | 266 | 231 | 0 | 34 | 50 | 0 | 21 | 142 | 120 |
| Binary | 11111110 | 10110110 | 10011001 | 0 | 11100 | 101000 | 0 | 10001 | 1100010 | 1010000 |
Color Harmonies of #FEB699
Complementary color
Monochromatic Colors of #FEB699
Black with #FEB699
Text Example
Text Example
White with #FEB699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB699; }
p { color: rgb(254,182,153); }
H1.HeaderClassName
{
color: #FEB699;
}
.AnyTagClassName
{
color: #FEB699;
}
</style>
background-color css
<style>
a { background-color: #FEB699; }
a { background-color: rgb(254,182,153); }
div.DivClassName
{
background-color: #FEB699;
}
.BgClassName
{
background-color: #FEB699;
}
</style>
border-color css
<style>
span { border-color: #FEB699; }
span { border-color: rgb(254,182,153); }
td.TdClassName
{
border-color: #FEB699;
}
.TagClassName
{
border-color: #FEB699;
}
</style>