Shades of Mandys Pink #FFB88E
Tints of Mandys Pink #FFB88E
RGB
CMYK
RGB Variations
Color information
#FFB88E (or 0xFFB88E) is known color: Mandys Pink. HEX triplet: FF, B8 and 8E. RGB value is (255,184,142). Sum of RGB (Red+Green+Blue) = 255+184+142=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 142 (55.86% from 255 or 24.44% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB88E is #004771. Grayscale: #C8C8C8. Windows color (decimal): -18290 or 9353471. OLE color: 9353471.
HSL color Cylindrical-coordinate representation of color #FFB88E: hue angle of 22.3º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFB88E is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 142 | - |
| CMYK | 0 | 0.28 | 0.44 | 0 |
| HSL | 22.3º | 1% | 0.78% | - |
| HSV(B) | 22.3º | 0.44% | 1% | - |
| XYZ | 63.26 | 57.49 | 33.35 | - |
| YUV | 200.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 142 | 0 | 0.28 | 0.44 | 0 | 22.3 | 1 | 0.78 |
| Hex | FF | B8 | 8E | 0 | 1C | 2C | 0 | 16 | 64 | 4E |
| Octal | 377 | 270 | 216 | 0 | 34 | 54 | 0 | 26 | 144 | 116 |
| Binary | 11111111 | 10111000 | 10001110 | 0 | 11100 | 101100 | 0 | 10110 | 1100100 | 1001110 |
Color Harmonies of #FFB88E
Complementary color
Monochromatic Colors of #FFB88E
Black with #FFB88E
Text Example
Text Example
White with #FFB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB88E; }
p { color: rgb(255,184,142); }
H1.HeaderClassName
{
color: #FFB88E;
}
.AnyTagClassName
{
color: #FFB88E;
}
</style>
background-color css
<style>
a { background-color: #FFB88E; }
a { background-color: rgb(255,184,142); }
div.DivClassName
{
background-color: #FFB88E;
}
.BgClassName
{
background-color: #FFB88E;
}
</style>
border-color css
<style>
span { border-color: #FFB88E; }
span { border-color: rgb(255,184,142); }
td.TdClassName
{
border-color: #FFB88E;
}
.TagClassName
{
border-color: #FFB88E;
}
</style>