Shades of Mandys Pink #FDB895
Tints of Mandys Pink #FDB895
RGB
CMYK
RGB Variations
Color information
#FDB895 (or 0xFDB895) is known color: Mandys Pink. HEX triplet: FD, B8 and 95. RGB value is (253,184,149). Sum of RGB (Red+Green+Blue) = 253+184+149=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB895 is #02476A. Grayscale: #C8C8C8. Windows color (decimal): -149355 or 9812221. OLE color: 9812221.
HSL color Cylindrical-coordinate representation of color #FDB895: hue angle of 20.19º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDB895 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 149 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.01 |
| HSL | 20.19º | 0.96% | 0.79% | - |
| HSV(B) | 20.19º | 0.41% | 0.99% | - |
| XYZ | 63.07 | 57.33 | 36.18 | - |
| YUV | 200.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 149 | 0 | 0.27 | 0.41 | 0.01 | 20.19 | 0.96 | 0.79 |
| Hex | FD | B8 | 95 | 0 | 1B | 29 | 1 | 14 | 60 | 4F |
| Octal | 375 | 270 | 225 | 0 | 33 | 51 | 1 | 24 | 140 | 117 |
| Binary | 11111101 | 10111000 | 10010101 | 0 | 11011 | 101001 | 1 | 10100 | 1100000 | 1001111 |
Color Harmonies of #FDB895
Complementary color
Monochromatic Colors of #FDB895
Black with #FDB895
Text Example
Text Example
White with #FDB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB895; }
p { color: rgb(253,184,149); }
H1.HeaderClassName
{
color: #FDB895;
}
.AnyTagClassName
{
color: #FDB895;
}
</style>
background-color css
<style>
a { background-color: #FDB895; }
a { background-color: rgb(253,184,149); }
div.DivClassName
{
background-color: #FDB895;
}
.BgClassName
{
background-color: #FDB895;
}
</style>
border-color css
<style>
span { border-color: #FDB895; }
span { border-color: rgb(253,184,149); }
td.TdClassName
{
border-color: #FDB895;
}
.TagClassName
{
border-color: #FDB895;
}
</style>