Shades of Mandys Pink #FDB48B
Tints of Mandys Pink #FDB48B
RGB
CMYK
RGB Variations
Color information
#FDB48B (or 0xFDB48B) is known color: Mandys Pink. HEX triplet: FD, B4 and 8B. RGB value is (253,180,139). Sum of RGB (Red+Green+Blue) = 253+180+139=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB48B is #024B74. Grayscale: #C5C5C5. Windows color (decimal): -150389 or 9155837. OLE color: 9155837.
HSL color Cylindrical-coordinate representation of color #FDB48B: hue angle of 21.58º 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 #FDB48B is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 139 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.01 |
| HSL | 21.58º | 0.97% | 0.77% | - |
| HSV(B) | 21.58º | 0.45% | 0.99% | - |
| XYZ | 61.49 | 55.39 | 31.88 | - |
| YUV | 197.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 139 | 0 | 0.29 | 0.45 | 0.01 | 21.58 | 0.97 | 0.77 |
| Hex | FD | B4 | 8B | 0 | 1D | 2D | 1 | 16 | 61 | 4D |
| Octal | 375 | 264 | 213 | 0 | 35 | 55 | 1 | 26 | 141 | 115 |
| Binary | 11111101 | 10110100 | 10001011 | 0 | 11101 | 101101 | 1 | 10110 | 1100001 | 1001101 |
Color Harmonies of #FDB48B
Complementary color
Monochromatic Colors of #FDB48B
Black with #FDB48B
Text Example
Text Example
White with #FDB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB48B; }
p { color: rgb(253,180,139); }
H1.HeaderClassName
{
color: #FDB48B;
}
.AnyTagClassName
{
color: #FDB48B;
}
</style>
background-color css
<style>
a { background-color: #FDB48B; }
a { background-color: rgb(253,180,139); }
div.DivClassName
{
background-color: #FDB48B;
}
.BgClassName
{
background-color: #FDB48B;
}
</style>
border-color css
<style>
span { border-color: #FDB48B; }
span { border-color: rgb(253,180,139); }
td.TdClassName
{
border-color: #FDB48B;
}
.TagClassName
{
border-color: #FDB48B;
}
</style>