Shades of Mandys Pink #FDB596
Tints of Mandys Pink #FDB596
RGB
CMYK
RGB Variations
Color information
#FDB596 (or 0xFDB596) is known color: Mandys Pink. HEX triplet: FD, B5 and 96. RGB value is (253,181,150). Sum of RGB (Red+Green+Blue) = 253+181+150=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB596 is #024A69. Grayscale: #C7C7C7. Windows color (decimal): -150122 or 9876989. OLE color: 9876989.
HSL color Cylindrical-coordinate representation of color #FDB596: hue angle of 18.06º 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 #FDB596 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 150 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.01 |
| HSL | 18.06º | 0.96% | 0.79% | - |
| HSV(B) | 18.06º | 0.41% | 0.99% | - |
| XYZ | 62.54 | 56.13 | 36.39 | - |
| YUV | 198.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 150 | 0 | 0.28 | 0.41 | 0.01 | 18.06 | 0.96 | 0.79 |
| Hex | FD | B5 | 96 | 0 | 1C | 29 | 1 | 12 | 60 | 4F |
| Octal | 375 | 265 | 226 | 0 | 34 | 51 | 1 | 22 | 140 | 117 |
| Binary | 11111101 | 10110101 | 10010110 | 0 | 11100 | 101001 | 1 | 10010 | 1100000 | 1001111 |
Color Harmonies of #FDB596
Complementary color
Monochromatic Colors of #FDB596
Black with #FDB596
Text Example
Text Example
White with #FDB596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB596; }
p { color: rgb(253,181,150); }
H1.HeaderClassName
{
color: #FDB596;
}
.AnyTagClassName
{
color: #FDB596;
}
</style>
background-color css
<style>
a { background-color: #FDB596; }
a { background-color: rgb(253,181,150); }
div.DivClassName
{
background-color: #FDB596;
}
.BgClassName
{
background-color: #FDB596;
}
</style>
border-color css
<style>
span { border-color: #FDB596; }
span { border-color: rgb(253,181,150); }
td.TdClassName
{
border-color: #FDB596;
}
.TagClassName
{
border-color: #FDB596;
}
</style>