Shades of Mandys Pink #FDB49B
Tints of Mandys Pink #FDB49B
RGB
CMYK
RGB Variations
Color information
#FDB49B (or 0xFDB49B) is known color: Mandys Pink. HEX triplet: FD, B4 and 9B. RGB value is (253,180,155). Sum of RGB (Red+Green+Blue) = 253+180+155=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB49B is #024B64. Grayscale: #C7C7C7. Windows color (decimal): -150373 or 10204413. OLE color: 10204413.
HSL color Cylindrical-coordinate representation of color #FDB49B: hue angle of 15.31º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDB49B is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 155 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.01 |
| HSL | 15.31º | 0.96% | 0.8% | - |
| HSV(B) | 15.31º | 0.39% | 0.99% | - |
| XYZ | 62.75 | 55.89 | 38.49 | - |
| YUV | 198.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 155 | 0 | 0.29 | 0.39 | 0.01 | 15.31 | 0.96 | 0.8 |
| Hex | FD | B4 | 9B | 0 | 1D | 27 | 1 | F | 60 | 50 |
| Octal | 375 | 264 | 233 | 0 | 35 | 47 | 1 | 17 | 140 | 120 |
| Binary | 11111101 | 10110100 | 10011011 | 0 | 11101 | 100111 | 1 | 1111 | 1100000 | 1010000 |
Color Harmonies of #FDB49B
Complementary color
Monochromatic Colors of #FDB49B
Black with #FDB49B
Text Example
Text Example
White with #FDB49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB49B; }
p { color: rgb(253,180,155); }
H1.HeaderClassName
{
color: #FDB49B;
}
.AnyTagClassName
{
color: #FDB49B;
}
</style>
background-color css
<style>
a { background-color: #FDB49B; }
a { background-color: rgb(253,180,155); }
div.DivClassName
{
background-color: #FDB49B;
}
.BgClassName
{
background-color: #FDB49B;
}
</style>
border-color css
<style>
span { border-color: #FDB49B; }
span { border-color: rgb(253,180,155); }
td.TdClassName
{
border-color: #FDB49B;
}
.TagClassName
{
border-color: #FDB49B;
}
</style>