Shades of Mandys Pink #FDB697
Tints of Mandys Pink #FDB697
RGB
CMYK
RGB Variations
Color information
#FDB697 (or 0xFDB697) is known color: Mandys Pink. HEX triplet: FD, B6 and 97. RGB value is (253,182,151). Sum of RGB (Red+Green+Blue) = 253+182+151=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 151 (59.38% from 255 or 25.77% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB697 is #024968. Grayscale: #C7C7C7. Windows color (decimal): -149865 or 9942781. OLE color: 9942781.
HSL color Cylindrical-coordinate representation of color #FDB697: hue angle of 18.24º 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 #FDB697 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 151 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.01 |
| HSL | 18.24º | 0.96% | 0.79% | - |
| HSV(B) | 18.24º | 0.4% | 0.99% | - |
| XYZ | 62.82 | 56.57 | 36.89 | - |
| YUV | 199.7 | 100.52 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 151 | 0 | 0.28 | 0.40 | 0.01 | 18.24 | 0.96 | 0.79 |
| Hex | FD | B6 | 97 | 0 | 1C | 28 | 1 | 12 | 60 | 4F |
| Octal | 375 | 266 | 227 | 0 | 34 | 50 | 1 | 22 | 140 | 117 |
| Binary | 11111101 | 10110110 | 10010111 | 0 | 11100 | 101000 | 1 | 10010 | 1100000 | 1001111 |
Color Harmonies of #FDB697
Complementary color
Monochromatic Colors of #FDB697
Black with #FDB697
Text Example
Text Example
White with #FDB697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB697; }
p { color: rgb(253,182,151); }
H1.HeaderClassName
{
color: #FDB697;
}
.AnyTagClassName
{
color: #FDB697;
}
</style>
background-color css
<style>
a { background-color: #FDB697; }
a { background-color: rgb(253,182,151); }
div.DivClassName
{
background-color: #FDB697;
}
.BgClassName
{
background-color: #FDB697;
}
</style>
border-color css
<style>
span { border-color: #FDB697; }
span { border-color: rgb(253,182,151); }
td.TdClassName
{
border-color: #FDB697;
}
.TagClassName
{
border-color: #FDB697;
}
</style>