Shades of Mandys Pink #FDB397
Tints of Mandys Pink #FDB397
RGB
CMYK
RGB Variations
Color information
#FDB397 (or 0xFDB397) is known color: Mandys Pink. HEX triplet: FD, B3 and 97. RGB value is (253,179,151). Sum of RGB (Red+Green+Blue) = 253+179+151=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB397 is #024C68. Grayscale: #C6C6C6. Windows color (decimal): -150633 or 9942013. OLE color: 9942013.
HSL color Cylindrical-coordinate representation of color #FDB397: hue angle of 16.47º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDB397 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 151 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.01 |
| HSL | 16.47º | 0.96% | 0.79% | - |
| HSV(B) | 16.47º | 0.4% | 0.99% | - |
| XYZ | 62.21 | 55.36 | 36.68 | - |
| YUV | 197.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 151 | 0 | 0.29 | 0.40 | 0.01 | 16.47 | 0.96 | 0.79 |
| Hex | FD | B3 | 97 | 0 | 1D | 28 | 1 | 10 | 60 | 4F |
| Octal | 375 | 263 | 227 | 0 | 35 | 50 | 1 | 20 | 140 | 117 |
| Binary | 11111101 | 10110011 | 10010111 | 0 | 11101 | 101000 | 1 | 10000 | 1100000 | 1001111 |
Color Harmonies of #FDB397
Complementary color
Monochromatic Colors of #FDB397
Black with #FDB397
Text Example
Text Example
White with #FDB397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB397; }
p { color: rgb(253,179,151); }
H1.HeaderClassName
{
color: #FDB397;
}
.AnyTagClassName
{
color: #FDB397;
}
</style>
background-color css
<style>
a { background-color: #FDB397; }
a { background-color: rgb(253,179,151); }
div.DivClassName
{
background-color: #FDB397;
}
.BgClassName
{
background-color: #FDB397;
}
</style>
border-color css
<style>
span { border-color: #FDB397; }
span { border-color: rgb(253,179,151); }
td.TdClassName
{
border-color: #FDB397;
}
.TagClassName
{
border-color: #FDB397;
}
</style>