Shades of Mandys Pink #FDB896
Tints of Mandys Pink #FDB896
RGB
CMYK
RGB Variations
Color information
#FDB896 (or 0xFDB896) is known color: Mandys Pink. HEX triplet: FD, B8 and 96. RGB value is (253,184,150). Sum of RGB (Red+Green+Blue) = 253+184+150=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB896 is #024769. Grayscale: #C8C8C8. Windows color (decimal): -149354 or 9877757. OLE color: 9877757.
HSL color Cylindrical-coordinate representation of color #FDB896: hue angle of 19.81º 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 #FDB896 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 150 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.01 |
| HSL | 19.81º | 0.96% | 0.79% | - |
| HSV(B) | 19.81º | 0.41% | 0.99% | - |
| XYZ | 63.15 | 57.37 | 36.6 | - |
| YUV | 200.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 150 | 0 | 0.27 | 0.41 | 0.01 | 19.81 | 0.96 | 0.79 |
| Hex | FD | B8 | 96 | 0 | 1B | 29 | 1 | 14 | 60 | 4F |
| Octal | 375 | 270 | 226 | 0 | 33 | 51 | 1 | 24 | 140 | 117 |
| Binary | 11111101 | 10111000 | 10010110 | 0 | 11011 | 101001 | 1 | 10100 | 1100000 | 1001111 |
Color Harmonies of #FDB896
Complementary color
Monochromatic Colors of #FDB896
Black with #FDB896
Text Example
Text Example
White with #FDB896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB896; }
p { color: rgb(253,184,150); }
H1.HeaderClassName
{
color: #FDB896;
}
.AnyTagClassName
{
color: #FDB896;
}
</style>
background-color css
<style>
a { background-color: #FDB896; }
a { background-color: rgb(253,184,150); }
div.DivClassName
{
background-color: #FDB896;
}
.BgClassName
{
background-color: #FDB896;
}
</style>
border-color css
<style>
span { border-color: #FDB896; }
span { border-color: rgb(253,184,150); }
td.TdClassName
{
border-color: #FDB896;
}
.TagClassName
{
border-color: #FDB896;
}
</style>