Shades of Mandys Pink #FDB48D
Tints of Mandys Pink #FDB48D
RGB
CMYK
RGB Variations
Color information
#FDB48D (or 0xFDB48D) is known color: Mandys Pink. HEX triplet: FD, B4 and 8D. RGB value is (253,180,141). Sum of RGB (Red+Green+Blue) = 253+180+141=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB48D is #024B72. Grayscale: #C5C5C5. Windows color (decimal): -150387 or 9286909. OLE color: 9286909.
HSL color Cylindrical-coordinate representation of color #FDB48D: hue angle of 20.89º 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 #FDB48D is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 141 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.01 |
| HSL | 20.89º | 0.97% | 0.77% | - |
| HSV(B) | 20.89º | 0.44% | 0.99% | - |
| XYZ | 61.64 | 55.45 | 32.65 | - |
| YUV | 197.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 141 | 0 | 0.29 | 0.44 | 0.01 | 20.89 | 0.97 | 0.77 |
| Hex | FD | B4 | 8D | 0 | 1D | 2C | 1 | 15 | 61 | 4D |
| Octal | 375 | 264 | 215 | 0 | 35 | 54 | 1 | 25 | 141 | 115 |
| Binary | 11111101 | 10110100 | 10001101 | 0 | 11101 | 101100 | 1 | 10101 | 1100001 | 1001101 |
Color Harmonies of #FDB48D
Complementary color
Monochromatic Colors of #FDB48D
Black with #FDB48D
Text Example
Text Example
White with #FDB48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB48D; }
p { color: rgb(253,180,141); }
H1.HeaderClassName
{
color: #FDB48D;
}
.AnyTagClassName
{
color: #FDB48D;
}
</style>
background-color css
<style>
a { background-color: #FDB48D; }
a { background-color: rgb(253,180,141); }
div.DivClassName
{
background-color: #FDB48D;
}
.BgClassName
{
background-color: #FDB48D;
}
</style>
border-color css
<style>
span { border-color: #FDB48D; }
span { border-color: rgb(253,180,141); }
td.TdClassName
{
border-color: #FDB48D;
}
.TagClassName
{
border-color: #FDB48D;
}
</style>