Shades of Mandys Pink #FDB99F
Tints of Mandys Pink #FDB99F
RGB
CMYK
RGB Variations
Color information
#FDB99F (or 0xFDB99F) is known color: Mandys Pink. HEX triplet: FD, B9 and 9F. RGB value is (253,185,159). Sum of RGB (Red+Green+Blue) = 253+185+159=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 159 (62.5% from 255 or 26.63% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB99F is #024660. Grayscale: #CACACA. Windows color (decimal): -149089 or 10467837. OLE color: 10467837.
HSL color Cylindrical-coordinate representation of color #FDB99F: hue angle of 16.6º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDB99F is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 159 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.01 |
| HSL | 16.6º | 0.96% | 0.81% | - |
| HSV(B) | 16.6º | 0.37% | 0.99% | - |
| XYZ | 64.11 | 58.08 | 40.63 | - |
| YUV | 202.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 159 | 0 | 0.27 | 0.37 | 0.01 | 16.6 | 0.96 | 0.81 |
| Hex | FD | B9 | 9F | 0 | 1B | 25 | 1 | 11 | 60 | 51 |
| Octal | 375 | 271 | 237 | 0 | 33 | 45 | 1 | 21 | 140 | 121 |
| Binary | 11111101 | 10111001 | 10011111 | 0 | 11011 | 100101 | 1 | 10001 | 1100000 | 1010001 |
Color Harmonies of #FDB99F
Complementary color
Monochromatic Colors of #FDB99F
Black with #FDB99F
Text Example
Text Example
White with #FDB99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB99F; }
p { color: rgb(253,185,159); }
H1.HeaderClassName
{
color: #FDB99F;
}
.AnyTagClassName
{
color: #FDB99F;
}
</style>
background-color css
<style>
a { background-color: #FDB99F; }
a { background-color: rgb(253,185,159); }
div.DivClassName
{
background-color: #FDB99F;
}
.BgClassName
{
background-color: #FDB99F;
}
</style>
border-color css
<style>
span { border-color: #FDB99F; }
span { border-color: rgb(253,185,159); }
td.TdClassName
{
border-color: #FDB99F;
}
.TagClassName
{
border-color: #FDB99F;
}
</style>