Shades of Mandys Pink #FDB78D
Tints of Mandys Pink #FDB78D
RGB
CMYK
RGB Variations
Color information
#FDB78D (or 0xFDB78D) is known color: Mandys Pink. HEX triplet: FD, B7 and 8D. RGB value is (253,183,141). Sum of RGB (Red+Green+Blue) = 253+183+141=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB78D is #024872. Grayscale: #C7C7C7. Windows color (decimal): -149619 or 9287677. OLE color: 9287677.
HSL color Cylindrical-coordinate representation of color #FDB78D: hue angle of 22.5º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDB78D is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 141 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.01 |
| HSL | 22.5º | 0.97% | 0.77% | - |
| HSV(B) | 22.5º | 0.44% | 0.99% | - |
| XYZ | 62.25 | 56.67 | 32.86 | - |
| YUV | 199.14 | 95.19 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 141 | 0 | 0.28 | 0.44 | 0.01 | 22.5 | 0.97 | 0.77 |
| Hex | FD | B7 | 8D | 0 | 1C | 2C | 1 | 16 | 61 | 4D |
| Octal | 375 | 267 | 215 | 0 | 34 | 54 | 1 | 26 | 141 | 115 |
| Binary | 11111101 | 10110111 | 10001101 | 0 | 11100 | 101100 | 1 | 10110 | 1100001 | 1001101 |
Color Harmonies of #FDB78D
Complementary color
Monochromatic Colors of #FDB78D
Black with #FDB78D
Text Example
Text Example
White with #FDB78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB78D; }
p { color: rgb(253,183,141); }
H1.HeaderClassName
{
color: #FDB78D;
}
.AnyTagClassName
{
color: #FDB78D;
}
</style>
background-color css
<style>
a { background-color: #FDB78D; }
a { background-color: rgb(253,183,141); }
div.DivClassName
{
background-color: #FDB78D;
}
.BgClassName
{
background-color: #FDB78D;
}
</style>
border-color css
<style>
span { border-color: #FDB78D; }
span { border-color: rgb(253,183,141); }
td.TdClassName
{
border-color: #FDB78D;
}
.TagClassName
{
border-color: #FDB78D;
}
</style>