Shades of Mandys Pink #FEB69A
Tints of Mandys Pink #FEB69A
RGB
CMYK
RGB Variations
Color information
#FEB69A (or 0xFEB69A) is known color: Mandys Pink. HEX triplet: FE, B6 and 9A. RGB value is (254,182,154). Sum of RGB (Red+Green+Blue) = 254+182+154=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB69A is #014965. Grayscale: #C8C8C8. Windows color (decimal): -84326 or 10139390. OLE color: 10139390.
HSL color Cylindrical-coordinate representation of color #FEB69A: hue angle of 16.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEB69A is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 154 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.00 |
| HSL | 16.8º | 0.98% | 0.8% | - |
| HSV(B) | 16.8º | 0.39% | 1% | - |
| XYZ | 63.43 | 56.86 | 38.2 | - |
| YUV | 200.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 154 | 0 | 0.28 | 0.39 | 0.00 | 16.8 | 0.98 | 0.8 |
| Hex | FE | B6 | 9A | 0 | 1C | 27 | 0 | 11 | 62 | 50 |
| Octal | 376 | 266 | 232 | 0 | 34 | 47 | 0 | 21 | 142 | 120 |
| Binary | 11111110 | 10110110 | 10011010 | 0 | 11100 | 100111 | 0 | 10001 | 1100010 | 1010000 |
Color Harmonies of #FEB69A
Complementary color
Monochromatic Colors of #FEB69A
Black with #FEB69A
Text Example
Text Example
White with #FEB69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB69A; }
p { color: rgb(254,182,154); }
H1.HeaderClassName
{
color: #FEB69A;
}
.AnyTagClassName
{
color: #FEB69A;
}
</style>
background-color css
<style>
a { background-color: #FEB69A; }
a { background-color: rgb(254,182,154); }
div.DivClassName
{
background-color: #FEB69A;
}
.BgClassName
{
background-color: #FEB69A;
}
</style>
border-color css
<style>
span { border-color: #FEB69A; }
span { border-color: rgb(254,182,154); }
td.TdClassName
{
border-color: #FEB69A;
}
.TagClassName
{
border-color: #FEB69A;
}
</style>