Shades of Mandys Pink #FEB69E
Tints of Mandys Pink #FEB69E
RGB
CMYK
RGB Variations
Color information
#FEB69E (or 0xFEB69E) is known color: Mandys Pink. HEX triplet: FE, B6 and 9E. RGB value is (254,182,158). Sum of RGB (Red+Green+Blue) = 254+182+158=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 158 (62.11% from 255 or 26.60% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB69E is #014961. Grayscale: #C8C8C8. Windows color (decimal): -84322 or 10401534. OLE color: 10401534.
HSL color Cylindrical-coordinate representation of color #FEB69E: hue angle of 15º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEB69E is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 158 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.00 |
| HSL | 15º | 0.98% | 0.81% | - |
| HSV(B) | 15º | 0.38% | 1% | - |
| XYZ | 63.77 | 57 | 39.99 | - |
| YUV | 200.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 158 | 0 | 0.28 | 0.38 | 0.00 | 15 | 0.98 | 0.81 |
| Hex | FE | B6 | 9E | 0 | 1C | 26 | 0 | F | 62 | 51 |
| Octal | 376 | 266 | 236 | 0 | 34 | 46 | 0 | 17 | 142 | 121 |
| Binary | 11111110 | 10110110 | 10011110 | 0 | 11100 | 100110 | 0 | 1111 | 1100010 | 1010001 |
Color Harmonies of #FEB69E
Complementary color
Monochromatic Colors of #FEB69E
Black with #FEB69E
Text Example
Text Example
White with #FEB69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB69E; }
p { color: rgb(254,182,158); }
H1.HeaderClassName
{
color: #FEB69E;
}
.AnyTagClassName
{
color: #FEB69E;
}
</style>
background-color css
<style>
a { background-color: #FEB69E; }
a { background-color: rgb(254,182,158); }
div.DivClassName
{
background-color: #FEB69E;
}
.BgClassName
{
background-color: #FEB69E;
}
</style>
border-color css
<style>
span { border-color: #FEB69E; }
span { border-color: rgb(254,182,158); }
td.TdClassName
{
border-color: #FEB69E;
}
.TagClassName
{
border-color: #FEB69E;
}
</style>