Shades of Mandys Pink #FDB88D
Tints of Mandys Pink #FDB88D
RGB
CMYK
RGB Variations
Color information
#FDB88D (or 0xFDB88D) is known color: Mandys Pink. HEX triplet: FD, B8 and 8D. RGB value is (253,184,141). Sum of RGB (Red+Green+Blue) = 253+184+141=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB88D is #024772. Grayscale: #C7C7C7. Windows color (decimal): -149363 or 9287933. OLE color: 9287933.
HSL color Cylindrical-coordinate representation of color #FDB88D: hue angle of 23.04º 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 #FDB88D is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 141 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.01 |
| HSL | 23.04º | 0.97% | 0.77% | - |
| HSV(B) | 23.04º | 0.44% | 0.99% | - |
| XYZ | 62.46 | 57.09 | 32.93 | - |
| YUV | 199.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 141 | 0 | 0.27 | 0.44 | 0.01 | 23.04 | 0.97 | 0.77 |
| Hex | FD | B8 | 8D | 0 | 1B | 2C | 1 | 17 | 61 | 4D |
| Octal | 375 | 270 | 215 | 0 | 33 | 54 | 1 | 27 | 141 | 115 |
| Binary | 11111101 | 10111000 | 10001101 | 0 | 11011 | 101100 | 1 | 10111 | 1100001 | 1001101 |
Color Harmonies of #FDB88D
Complementary color
Monochromatic Colors of #FDB88D
Black with #FDB88D
Text Example
Text Example
White with #FDB88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB88D; }
p { color: rgb(253,184,141); }
H1.HeaderClassName
{
color: #FDB88D;
}
.AnyTagClassName
{
color: #FDB88D;
}
</style>
background-color css
<style>
a { background-color: #FDB88D; }
a { background-color: rgb(253,184,141); }
div.DivClassName
{
background-color: #FDB88D;
}
.BgClassName
{
background-color: #FDB88D;
}
</style>
border-color css
<style>
span { border-color: #FDB88D; }
span { border-color: rgb(253,184,141); }
td.TdClassName
{
border-color: #FDB88D;
}
.TagClassName
{
border-color: #FDB88D;
}
</style>