Shades of Mandys Pink #FEBB96
Tints of Mandys Pink #FEBB96
RGB
CMYK
RGB Variations
Color information
#FEBB96 (or 0xFEBB96) is known color: Mandys Pink. HEX triplet: FE, BB and 96. RGB value is (254,187,150). Sum of RGB (Red+Green+Blue) = 254+187+150=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBB96 is #014469. Grayscale: #CBCBCB. Windows color (decimal): -83050 or 9878526. OLE color: 9878526.
HSL color Cylindrical-coordinate representation of color #FEBB96: hue angle of 21.35º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEBB96 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 150 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.00 |
| HSL | 21.35º | 0.98% | 0.79% | - |
| HSV(B) | 21.35º | 0.41% | 1% | - |
| XYZ | 64.15 | 58.81 | 36.83 | - |
| YUV | 202.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 150 | 0 | 0.26 | 0.41 | 0.00 | 21.35 | 0.98 | 0.79 |
| Hex | FE | BB | 96 | 0 | 1A | 29 | 0 | 15 | 62 | 4F |
| Octal | 376 | 273 | 226 | 0 | 32 | 51 | 0 | 25 | 142 | 117 |
| Binary | 11111110 | 10111011 | 10010110 | 0 | 11010 | 101001 | 0 | 10101 | 1100010 | 1001111 |
Color Harmonies of #FEBB96
Complementary color
Monochromatic Colors of #FEBB96
Black with #FEBB96
Text Example
Text Example
White with #FEBB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB96; }
p { color: rgb(254,187,150); }
H1.HeaderClassName
{
color: #FEBB96;
}
.AnyTagClassName
{
color: #FEBB96;
}
</style>
background-color css
<style>
a { background-color: #FEBB96; }
a { background-color: rgb(254,187,150); }
div.DivClassName
{
background-color: #FEBB96;
}
.BgClassName
{
background-color: #FEBB96;
}
</style>
border-color css
<style>
span { border-color: #FEBB96; }
span { border-color: rgb(254,187,150); }
td.TdClassName
{
border-color: #FEBB96;
}
.TagClassName
{
border-color: #FEBB96;
}
</style>