Shades of Mandys Pink #FDB38D
Tints of Mandys Pink #FDB38D
RGB
CMYK
RGB Variations
Color information
#FDB38D (or 0xFDB38D) is known color: Mandys Pink. HEX triplet: FD, B3 and 8D. RGB value is (253,179,141). Sum of RGB (Red+Green+Blue) = 253+179+141=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB38D is #024C72. Grayscale: #C5C5C5. Windows color (decimal): -150643 or 9286653. OLE color: 9286653.
HSL color Cylindrical-coordinate representation of color #FDB38D: hue angle of 20.36º 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 #FDB38D is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 141 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.01 |
| HSL | 20.36º | 0.97% | 0.77% | - |
| HSV(B) | 20.36º | 0.44% | 0.99% | - |
| XYZ | 61.44 | 55.05 | 32.59 | - |
| YUV | 196.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 141 | 0 | 0.29 | 0.44 | 0.01 | 20.36 | 0.97 | 0.77 |
| Hex | FD | B3 | 8D | 0 | 1D | 2C | 1 | 14 | 61 | 4D |
| Octal | 375 | 263 | 215 | 0 | 35 | 54 | 1 | 24 | 141 | 115 |
| Binary | 11111101 | 10110011 | 10001101 | 0 | 11101 | 101100 | 1 | 10100 | 1100001 | 1001101 |
Color Harmonies of #FDB38D
Complementary color
Monochromatic Colors of #FDB38D
Black with #FDB38D
Text Example
Text Example
White with #FDB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB38D; }
p { color: rgb(253,179,141); }
H1.HeaderClassName
{
color: #FDB38D;
}
.AnyTagClassName
{
color: #FDB38D;
}
</style>
background-color css
<style>
a { background-color: #FDB38D; }
a { background-color: rgb(253,179,141); }
div.DivClassName
{
background-color: #FDB38D;
}
.BgClassName
{
background-color: #FDB38D;
}
</style>
border-color css
<style>
span { border-color: #FDB38D; }
span { border-color: rgb(253,179,141); }
td.TdClassName
{
border-color: #FDB38D;
}
.TagClassName
{
border-color: #FDB38D;
}
</style>