Shades of Mandys Pink #FDB396
Tints of Mandys Pink #FDB396
RGB
CMYK
RGB Variations
Color information
#FDB396 (or 0xFDB396) is known color: Mandys Pink. HEX triplet: FD, B3 and 96. RGB value is (253,179,150). Sum of RGB (Red+Green+Blue) = 253+179+150=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB396 is #024C69. Grayscale: #C6C6C6. Windows color (decimal): -150634 or 9876477. OLE color: 9876477.
HSL color Cylindrical-coordinate representation of color #FDB396: hue angle of 16.89º 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 #FDB396 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 150 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.01 |
| HSL | 16.89º | 0.96% | 0.79% | - |
| HSV(B) | 16.89º | 0.41% | 0.99% | - |
| XYZ | 62.13 | 55.32 | 36.26 | - |
| YUV | 197.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 150 | 0 | 0.29 | 0.41 | 0.01 | 16.89 | 0.96 | 0.79 |
| Hex | FD | B3 | 96 | 0 | 1D | 29 | 1 | 11 | 60 | 4F |
| Octal | 375 | 263 | 226 | 0 | 35 | 51 | 1 | 21 | 140 | 117 |
| Binary | 11111101 | 10110011 | 10010110 | 0 | 11101 | 101001 | 1 | 10001 | 1100000 | 1001111 |
Color Harmonies of #FDB396
Complementary color
Monochromatic Colors of #FDB396
Black with #FDB396
Text Example
Text Example
White with #FDB396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB396; }
p { color: rgb(253,179,150); }
H1.HeaderClassName
{
color: #FDB396;
}
.AnyTagClassName
{
color: #FDB396;
}
</style>
background-color css
<style>
a { background-color: #FDB396; }
a { background-color: rgb(253,179,150); }
div.DivClassName
{
background-color: #FDB396;
}
.BgClassName
{
background-color: #FDB396;
}
</style>
border-color css
<style>
span { border-color: #FDB396; }
span { border-color: rgb(253,179,150); }
td.TdClassName
{
border-color: #FDB396;
}
.TagClassName
{
border-color: #FDB396;
}
</style>