Shades of Mandys Pink #FDB891
Tints of Mandys Pink #FDB891
RGB
CMYK
RGB Variations
Color information
#FDB891 (or 0xFDB891) is known color: Mandys Pink. HEX triplet: FD, B8 and 91. RGB value is (253,184,145). Sum of RGB (Red+Green+Blue) = 253+184+145=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB891 is #02476E. Grayscale: #C8C8C8. Windows color (decimal): -149359 or 9550077. OLE color: 9550077.
HSL color Cylindrical-coordinate representation of color #FDB891: hue angle of 21.67º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDB891 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 145 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.01 |
| HSL | 21.67º | 0.96% | 0.78% | - |
| HSV(B) | 21.67º | 0.43% | 0.99% | - |
| XYZ | 62.76 | 57.21 | 34.52 | - |
| YUV | 200.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 145 | 0 | 0.27 | 0.43 | 0.01 | 21.67 | 0.96 | 0.78 |
| Hex | FD | B8 | 91 | 0 | 1B | 2B | 1 | 16 | 60 | 4E |
| Octal | 375 | 270 | 221 | 0 | 33 | 53 | 1 | 26 | 140 | 116 |
| Binary | 11111101 | 10111000 | 10010001 | 0 | 11011 | 101011 | 1 | 10110 | 1100000 | 1001110 |
Color Harmonies of #FDB891
Complementary color
Monochromatic Colors of #FDB891
Black with #FDB891
Text Example
Text Example
White with #FDB891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB891; }
p { color: rgb(253,184,145); }
H1.HeaderClassName
{
color: #FDB891;
}
.AnyTagClassName
{
color: #FDB891;
}
</style>
background-color css
<style>
a { background-color: #FDB891; }
a { background-color: rgb(253,184,145); }
div.DivClassName
{
background-color: #FDB891;
}
.BgClassName
{
background-color: #FDB891;
}
</style>
border-color css
<style>
span { border-color: #FDB891; }
span { border-color: rgb(253,184,145); }
td.TdClassName
{
border-color: #FDB891;
}
.TagClassName
{
border-color: #FDB891;
}
</style>