Shades of Mandys Pink #FDB496
Tints of Mandys Pink #FDB496
RGB
CMYK
RGB Variations
Color information
#FDB496 (or 0xFDB496) is known color: Mandys Pink. HEX triplet: FD, B4 and 96. RGB value is (253,180,150). Sum of RGB (Red+Green+Blue) = 253+180+150=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB496 is #024B69. Grayscale: #C6C6C6. Windows color (decimal): -150378 or 9876733. OLE color: 9876733.
HSL color Cylindrical-coordinate representation of color #FDB496: hue angle of 17.48º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDB496 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 150 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.01 |
| HSL | 17.48º | 0.96% | 0.79% | - |
| HSV(B) | 17.48º | 0.41% | 0.99% | - |
| XYZ | 62.33 | 55.73 | 36.33 | - |
| YUV | 198.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 150 | 0 | 0.29 | 0.41 | 0.01 | 17.48 | 0.96 | 0.79 |
| Hex | FD | B4 | 96 | 0 | 1D | 29 | 1 | 11 | 60 | 4F |
| Octal | 375 | 264 | 226 | 0 | 35 | 51 | 1 | 21 | 140 | 117 |
| Binary | 11111101 | 10110100 | 10010110 | 0 | 11101 | 101001 | 1 | 10001 | 1100000 | 1001111 |
Color Harmonies of #FDB496
Complementary color
Monochromatic Colors of #FDB496
Black with #FDB496
Text Example
Text Example
White with #FDB496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB496; }
p { color: rgb(253,180,150); }
H1.HeaderClassName
{
color: #FDB496;
}
.AnyTagClassName
{
color: #FDB496;
}
</style>
background-color css
<style>
a { background-color: #FDB496; }
a { background-color: rgb(253,180,150); }
div.DivClassName
{
background-color: #FDB496;
}
.BgClassName
{
background-color: #FDB496;
}
</style>
border-color css
<style>
span { border-color: #FDB496; }
span { border-color: rgb(253,180,150); }
td.TdClassName
{
border-color: #FDB496;
}
.TagClassName
{
border-color: #FDB496;
}
</style>