Shades of Mandys Pink #FDB88E
Tints of Mandys Pink #FDB88E
RGB
CMYK
RGB Variations
Color information
#FDB88E (or 0xFDB88E) is known color: Mandys Pink. HEX triplet: FD, B8 and 8E. RGB value is (253,184,142). Sum of RGB (Red+Green+Blue) = 253+184+142=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB88E is #024771. Grayscale: #C8C8C8. Windows color (decimal): -149362 or 9353469. OLE color: 9353469.
HSL color Cylindrical-coordinate representation of color #FDB88E: hue angle of 22.7º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDB88E is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 142 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.01 |
| HSL | 22.7º | 0.97% | 0.77% | - |
| HSV(B) | 22.7º | 0.44% | 0.99% | - |
| XYZ | 62.53 | 57.12 | 33.32 | - |
| YUV | 199.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 142 | 0 | 0.27 | 0.44 | 0.01 | 22.7 | 0.97 | 0.77 |
| Hex | FD | B8 | 8E | 0 | 1B | 2C | 1 | 17 | 61 | 4D |
| Octal | 375 | 270 | 216 | 0 | 33 | 54 | 1 | 27 | 141 | 115 |
| Binary | 11111101 | 10111000 | 10001110 | 0 | 11011 | 101100 | 1 | 10111 | 1100001 | 1001101 |
Color Harmonies of #FDB88E
Complementary color
Monochromatic Colors of #FDB88E
Black with #FDB88E
Text Example
Text Example
White with #FDB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB88E; }
p { color: rgb(253,184,142); }
H1.HeaderClassName
{
color: #FDB88E;
}
.AnyTagClassName
{
color: #FDB88E;
}
</style>
background-color css
<style>
a { background-color: #FDB88E; }
a { background-color: rgb(253,184,142); }
div.DivClassName
{
background-color: #FDB88E;
}
.BgClassName
{
background-color: #FDB88E;
}
</style>
border-color css
<style>
span { border-color: #FDB88E; }
span { border-color: rgb(253,184,142); }
td.TdClassName
{
border-color: #FDB88E;
}
.TagClassName
{
border-color: #FDB88E;
}
</style>