Shades of Mandys Pink #FDB598
Tints of Mandys Pink #FDB598
RGB
CMYK
RGB Variations
Color information
#FDB598 (or 0xFDB598) is known color: Mandys Pink. HEX triplet: FD, B5 and 98. RGB value is (253,181,152). Sum of RGB (Red+Green+Blue) = 253+181+152=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB598 is #024A67. Grayscale: #C7C7C7. Windows color (decimal): -150120 or 10008061. OLE color: 10008061.
HSL color Cylindrical-coordinate representation of color #FDB598: hue angle of 17.23º 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 #FDB598 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 152 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.01 |
| HSL | 17.23º | 0.96% | 0.79% | - |
| HSV(B) | 17.23º | 0.4% | 0.99% | - |
| XYZ | 62.7 | 56.2 | 37.25 | - |
| YUV | 199.22 | 101.35 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 152 | 0 | 0.28 | 0.40 | 0.01 | 17.23 | 0.96 | 0.79 |
| Hex | FD | B5 | 98 | 0 | 1C | 28 | 1 | 11 | 60 | 4F |
| Octal | 375 | 265 | 230 | 0 | 34 | 50 | 1 | 21 | 140 | 117 |
| Binary | 11111101 | 10110101 | 10011000 | 0 | 11100 | 101000 | 1 | 10001 | 1100000 | 1001111 |
Color Harmonies of #FDB598
Complementary color
Monochromatic Colors of #FDB598
Black with #FDB598
Text Example
Text Example
White with #FDB598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB598; }
p { color: rgb(253,181,152); }
H1.HeaderClassName
{
color: #FDB598;
}
.AnyTagClassName
{
color: #FDB598;
}
</style>
background-color css
<style>
a { background-color: #FDB598; }
a { background-color: rgb(253,181,152); }
div.DivClassName
{
background-color: #FDB598;
}
.BgClassName
{
background-color: #FDB598;
}
</style>
border-color css
<style>
span { border-color: #FDB598; }
span { border-color: rgb(253,181,152); }
td.TdClassName
{
border-color: #FDB598;
}
.TagClassName
{
border-color: #FDB598;
}
</style>