Shades of Mandys Pink #FDB38E
Tints of Mandys Pink #FDB38E
RGB
CMYK
RGB Variations
Color information
#FDB38E (or 0xFDB38E) is known color: Mandys Pink. HEX triplet: FD, B3 and 8E. RGB value is (253,179,142). Sum of RGB (Red+Green+Blue) = 253+179+142=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB38E is #024C71. Grayscale: #C5C5C5. Windows color (decimal): -150642 or 9352189. OLE color: 9352189.
HSL color Cylindrical-coordinate representation of color #FDB38E: hue angle of 20º 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 #FDB38E is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 142 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.01 |
| HSL | 20º | 0.97% | 0.77% | - |
| HSV(B) | 20º | 0.44% | 0.99% | - |
| XYZ | 61.51 | 55.08 | 32.98 | - |
| YUV | 196.91 | 97.02 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 142 | 0 | 0.29 | 0.44 | 0.01 | 20 | 0.97 | 0.77 |
| Hex | FD | B3 | 8E | 0 | 1D | 2C | 1 | 14 | 61 | 4D |
| Octal | 375 | 263 | 216 | 0 | 35 | 54 | 1 | 24 | 141 | 115 |
| Binary | 11111101 | 10110011 | 10001110 | 0 | 11101 | 101100 | 1 | 10100 | 1100001 | 1001101 |
Color Harmonies of #FDB38E
Complementary color
Monochromatic Colors of #FDB38E
Black with #FDB38E
Text Example
Text Example
White with #FDB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB38E; }
p { color: rgb(253,179,142); }
H1.HeaderClassName
{
color: #FDB38E;
}
.AnyTagClassName
{
color: #FDB38E;
}
</style>
background-color css
<style>
a { background-color: #FDB38E; }
a { background-color: rgb(253,179,142); }
div.DivClassName
{
background-color: #FDB38E;
}
.BgClassName
{
background-color: #FDB38E;
}
</style>
border-color css
<style>
span { border-color: #FDB38E; }
span { border-color: rgb(253,179,142); }
td.TdClassName
{
border-color: #FDB38E;
}
.TagClassName
{
border-color: #FDB38E;
}
</style>