Shades of Mandys Pink #FDB38B
Tints of Mandys Pink #FDB38B
RGB
CMYK
RGB Variations
Color information
#FDB38B (or 0xFDB38B) is known color: Mandys Pink. HEX triplet: FD, B3 and 8B. RGB value is (253,179,139). Sum of RGB (Red+Green+Blue) = 253+179+139=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB38B is #024C74. Grayscale: #C4C4C4. Windows color (decimal): -150645 or 9155581. OLE color: 9155581.
HSL color Cylindrical-coordinate representation of color #FDB38B: hue angle of 21.05º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDB38B is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 139 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.01 |
| HSL | 21.05º | 0.97% | 0.77% | - |
| HSV(B) | 21.05º | 0.45% | 0.99% | - |
| XYZ | 61.29 | 54.99 | 31.81 | - |
| YUV | 196.57 | 95.52 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 139 | 0 | 0.29 | 0.45 | 0.01 | 21.05 | 0.97 | 0.77 |
| Hex | FD | B3 | 8B | 0 | 1D | 2D | 1 | 15 | 61 | 4D |
| Octal | 375 | 263 | 213 | 0 | 35 | 55 | 1 | 25 | 141 | 115 |
| Binary | 11111101 | 10110011 | 10001011 | 0 | 11101 | 101101 | 1 | 10101 | 1100001 | 1001101 |
Color Harmonies of #FDB38B
Complementary color
Monochromatic Colors of #FDB38B
Black with #FDB38B
Text Example
Text Example
White with #FDB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB38B; }
p { color: rgb(253,179,139); }
H1.HeaderClassName
{
color: #FDB38B;
}
.AnyTagClassName
{
color: #FDB38B;
}
</style>
background-color css
<style>
a { background-color: #FDB38B; }
a { background-color: rgb(253,179,139); }
div.DivClassName
{
background-color: #FDB38B;
}
.BgClassName
{
background-color: #FDB38B;
}
</style>
border-color css
<style>
span { border-color: #FDB38B; }
span { border-color: rgb(253,179,139); }
td.TdClassName
{
border-color: #FDB38B;
}
.TagClassName
{
border-color: #FDB38B;
}
</style>