Shades of Mandys Pink #FDB49A
Tints of Mandys Pink #FDB49A
RGB
CMYK
RGB Variations
Color information
#FDB49A (or 0xFDB49A) is known color: Mandys Pink. HEX triplet: FD, B4 and 9A. RGB value is (253,180,154). Sum of RGB (Red+Green+Blue) = 253+180+154=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB49A is #024B65. Grayscale: #C7C7C7. Windows color (decimal): -150374 or 10138877. OLE color: 10138877.
HSL color Cylindrical-coordinate representation of color #FDB49A: hue angle of 15.76º 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 #FDB49A is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 154 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.01 |
| HSL | 15.76º | 0.96% | 0.8% | - |
| HSV(B) | 15.76º | 0.39% | 0.99% | - |
| XYZ | 62.66 | 55.86 | 38.05 | - |
| YUV | 198.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 154 | 0 | 0.29 | 0.39 | 0.01 | 15.76 | 0.96 | 0.8 |
| Hex | FD | B4 | 9A | 0 | 1D | 27 | 1 | 10 | 60 | 50 |
| Octal | 375 | 264 | 232 | 0 | 35 | 47 | 1 | 20 | 140 | 120 |
| Binary | 11111101 | 10110100 | 10011010 | 0 | 11101 | 100111 | 1 | 10000 | 1100000 | 1010000 |
Color Harmonies of #FDB49A
Complementary color
Monochromatic Colors of #FDB49A
Black with #FDB49A
Text Example
Text Example
White with #FDB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB49A; }
p { color: rgb(253,180,154); }
H1.HeaderClassName
{
color: #FDB49A;
}
.AnyTagClassName
{
color: #FDB49A;
}
</style>
background-color css
<style>
a { background-color: #FDB49A; }
a { background-color: rgb(253,180,154); }
div.DivClassName
{
background-color: #FDB49A;
}
.BgClassName
{
background-color: #FDB49A;
}
</style>
border-color css
<style>
span { border-color: #FDB49A; }
span { border-color: rgb(253,180,154); }
td.TdClassName
{
border-color: #FDB49A;
}
.TagClassName
{
border-color: #FDB49A;
}
</style>