Shades of Mandys Pink #FEB99C
Tints of Mandys Pink #FEB99C
RGB
CMYK
RGB Variations
Color information
#FEB99C (or 0xFEB99C) is known color: Mandys Pink. HEX triplet: FE, B9 and 9C. RGB value is (254,185,156). Sum of RGB (Red+Green+Blue) = 254+185+156=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB99C is #014663. Grayscale: #CACACA. Windows color (decimal): -83556 or 10271230. OLE color: 10271230.
HSL color Cylindrical-coordinate representation of color #FEB99C: hue angle of 17.76º 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 #FEB99C is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 156 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.00 |
| HSL | 17.76º | 0.98% | 0.8% | - |
| HSV(B) | 17.76º | 0.39% | 1% | - |
| XYZ | 64.22 | 58.17 | 39.3 | - |
| YUV | 202.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 156 | 0 | 0.27 | 0.39 | 0.00 | 17.76 | 0.98 | 0.8 |
| Hex | FE | B9 | 9C | 0 | 1B | 27 | 0 | 12 | 62 | 50 |
| Octal | 376 | 271 | 234 | 0 | 33 | 47 | 0 | 22 | 142 | 120 |
| Binary | 11111110 | 10111001 | 10011100 | 0 | 11011 | 100111 | 0 | 10010 | 1100010 | 1010000 |
Color Harmonies of #FEB99C
Complementary color
Monochromatic Colors of #FEB99C
Black with #FEB99C
Text Example
Text Example
White with #FEB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB99C; }
p { color: rgb(254,185,156); }
H1.HeaderClassName
{
color: #FEB99C;
}
.AnyTagClassName
{
color: #FEB99C;
}
</style>
background-color css
<style>
a { background-color: #FEB99C; }
a { background-color: rgb(254,185,156); }
div.DivClassName
{
background-color: #FEB99C;
}
.BgClassName
{
background-color: #FEB99C;
}
</style>
border-color css
<style>
span { border-color: #FEB99C; }
span { border-color: rgb(254,185,156); }
td.TdClassName
{
border-color: #FEB99C;
}
.TagClassName
{
border-color: #FEB99C;
}
</style>