Shades of Mandys Pink #FFB88D
Tints of Mandys Pink #FFB88D
RGB
CMYK
RGB Variations
Color information
#FFB88D (or 0xFFB88D) is known color: Mandys Pink. HEX triplet: FF, B8 and 8D. RGB value is (255,184,141). Sum of RGB (Red+Green+Blue) = 255+184+141=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB88D is #004772. Grayscale: #C8C8C8. Windows color (decimal): -18291 or 9287935. OLE color: 9287935.
HSL color Cylindrical-coordinate representation of color #FFB88D: hue angle of 22.63º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFB88D is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 141 | - |
| CMYK | 0 | 0.28 | 0.45 | 0 |
| HSL | 22.63º | 1% | 0.78% | - |
| HSV(B) | 22.63º | 0.45% | 1% | - |
| XYZ | 63.19 | 57.46 | 32.96 | - |
| YUV | 200.33 | 94.52 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 141 | 0 | 0.28 | 0.45 | 0 | 22.63 | 1 | 0.78 |
| Hex | FF | B8 | 8D | 0 | 1C | 2D | 0 | 17 | 64 | 4E |
| Octal | 377 | 270 | 215 | 0 | 34 | 55 | 0 | 27 | 144 | 116 |
| Binary | 11111111 | 10111000 | 10001101 | 0 | 11100 | 101101 | 0 | 10111 | 1100100 | 1001110 |
Color Harmonies of #FFB88D
Complementary color
Monochromatic Colors of #FFB88D
Black with #FFB88D
Text Example
Text Example
White with #FFB88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB88D; }
p { color: rgb(255,184,141); }
H1.HeaderClassName
{
color: #FFB88D;
}
.AnyTagClassName
{
color: #FFB88D;
}
</style>
background-color css
<style>
a { background-color: #FFB88D; }
a { background-color: rgb(255,184,141); }
div.DivClassName
{
background-color: #FFB88D;
}
.BgClassName
{
background-color: #FFB88D;
}
</style>
border-color css
<style>
span { border-color: #FFB88D; }
span { border-color: rgb(255,184,141); }
td.TdClassName
{
border-color: #FFB88D;
}
.TagClassName
{
border-color: #FFB88D;
}
</style>