Shades of Mandys Pink #FDBA9E
Tints of Mandys Pink #FDBA9E
RGB
CMYK
RGB Variations
Color information
#FDBA9E (or 0xFDBA9E) is known color: Mandys Pink. HEX triplet: FD, BA and 9E. RGB value is (253,186,158). Sum of RGB (Red+Green+Blue) = 253+186+158=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 158 (62.11% from 255 or 26.47% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBA9E is #024561. Grayscale: #CBCBCB. Windows color (decimal): -148834 or 10402557. OLE color: 10402557.
HSL color Cylindrical-coordinate representation of color #FDBA9E: hue angle of 17.68º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDBA9E is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 158 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.01 |
| HSL | 17.68º | 0.96% | 0.81% | - |
| HSV(B) | 17.68º | 0.38% | 0.99% | - |
| XYZ | 64.24 | 58.47 | 40.25 | - |
| YUV | 202.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 158 | 0 | 0.26 | 0.38 | 0.01 | 17.68 | 0.96 | 0.81 |
| Hex | FD | BA | 9E | 0 | 1A | 26 | 1 | 12 | 60 | 51 |
| Octal | 375 | 272 | 236 | 0 | 32 | 46 | 1 | 22 | 140 | 121 |
| Binary | 11111101 | 10111010 | 10011110 | 0 | 11010 | 100110 | 1 | 10010 | 1100000 | 1010001 |
Color Harmonies of #FDBA9E
Complementary color
Monochromatic Colors of #FDBA9E
Black with #FDBA9E
Text Example
Text Example
White with #FDBA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA9E; }
p { color: rgb(253,186,158); }
H1.HeaderClassName
{
color: #FDBA9E;
}
.AnyTagClassName
{
color: #FDBA9E;
}
</style>
background-color css
<style>
a { background-color: #FDBA9E; }
a { background-color: rgb(253,186,158); }
div.DivClassName
{
background-color: #FDBA9E;
}
.BgClassName
{
background-color: #FDBA9E;
}
</style>
border-color css
<style>
span { border-color: #FDBA9E; }
span { border-color: rgb(253,186,158); }
td.TdClassName
{
border-color: #FDBA9E;
}
.TagClassName
{
border-color: #FDBA9E;
}
</style>