Shades of Mandys Pink #FDB791
Tints of Mandys Pink #FDB791
RGB
CMYK
RGB Variations
Color information
#FDB791 (or 0xFDB791) is known color: Mandys Pink. HEX triplet: FD, B7 and 91. RGB value is (253,183,145). Sum of RGB (Red+Green+Blue) = 253+183+145=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 145 (57.03% from 255 or 24.96% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB791 is #02486E. Grayscale: #C7C7C7. Windows color (decimal): -149615 or 9549821. OLE color: 9549821.
HSL color Cylindrical-coordinate representation of color #FDB791: hue angle of 21.11º 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 #FDB791 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 145 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.01 |
| HSL | 21.11º | 0.96% | 0.78% | - |
| HSV(B) | 21.11º | 0.43% | 0.99% | - |
| XYZ | 62.55 | 56.79 | 34.45 | - |
| YUV | 199.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 145 | 0 | 0.28 | 0.43 | 0.01 | 21.11 | 0.96 | 0.78 |
| Hex | FD | B7 | 91 | 0 | 1C | 2B | 1 | 15 | 60 | 4E |
| Octal | 375 | 267 | 221 | 0 | 34 | 53 | 1 | 25 | 140 | 116 |
| Binary | 11111101 | 10110111 | 10010001 | 0 | 11100 | 101011 | 1 | 10101 | 1100000 | 1001110 |
Color Harmonies of #FDB791
Complementary color
Monochromatic Colors of #FDB791
Black with #FDB791
Text Example
Text Example
White with #FDB791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB791; }
p { color: rgb(253,183,145); }
H1.HeaderClassName
{
color: #FDB791;
}
.AnyTagClassName
{
color: #FDB791;
}
</style>
background-color css
<style>
a { background-color: #FDB791; }
a { background-color: rgb(253,183,145); }
div.DivClassName
{
background-color: #FDB791;
}
.BgClassName
{
background-color: #FDB791;
}
</style>
border-color css
<style>
span { border-color: #FDB791; }
span { border-color: rgb(253,183,145); }
td.TdClassName
{
border-color: #FDB791;
}
.TagClassName
{
border-color: #FDB791;
}
</style>