Shades of Mandys Pink #FDB391
Tints of Mandys Pink #FDB391
RGB
CMYK
RGB Variations
Color information
#FDB391 (or 0xFDB391) is known color: Mandys Pink. HEX triplet: FD, B3 and 91. RGB value is (253,179,145). Sum of RGB (Red+Green+Blue) = 253+179+145=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 145 (57.03% from 255 or 25.13% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB391 is #024C6E. Grayscale: #C5C5C5. Windows color (decimal): -150639 or 9548797. OLE color: 9548797.
HSL color Cylindrical-coordinate representation of color #FDB391: hue angle of 18.89º 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 #FDB391 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 145 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.01 |
| HSL | 18.89º | 0.96% | 0.78% | - |
| HSV(B) | 18.89º | 0.43% | 0.99% | - |
| XYZ | 61.74 | 55.17 | 34.18 | - |
| YUV | 197.25 | 98.52 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 145 | 0 | 0.29 | 0.43 | 0.01 | 18.89 | 0.96 | 0.78 |
| Hex | FD | B3 | 91 | 0 | 1D | 2B | 1 | 13 | 60 | 4E |
| Octal | 375 | 263 | 221 | 0 | 35 | 53 | 1 | 23 | 140 | 116 |
| Binary | 11111101 | 10110011 | 10010001 | 0 | 11101 | 101011 | 1 | 10011 | 1100000 | 1001110 |
Color Harmonies of #FDB391
Complementary color
Monochromatic Colors of #FDB391
Black with #FDB391
Text Example
Text Example
White with #FDB391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB391; }
p { color: rgb(253,179,145); }
H1.HeaderClassName
{
color: #FDB391;
}
.AnyTagClassName
{
color: #FDB391;
}
</style>
background-color css
<style>
a { background-color: #FDB391; }
a { background-color: rgb(253,179,145); }
div.DivClassName
{
background-color: #FDB391;
}
.BgClassName
{
background-color: #FDB391;
}
</style>
border-color css
<style>
span { border-color: #FDB391; }
span { border-color: rgb(253,179,145); }
td.TdClassName
{
border-color: #FDB391;
}
.TagClassName
{
border-color: #FDB391;
}
</style>