Shades of Mandys Pink #FDB995
Tints of Mandys Pink #FDB995
RGB
CMYK
RGB Variations
Color information
#FDB995 (or 0xFDB995) is known color: Mandys Pink. HEX triplet: FD, B9 and 95. RGB value is (253,185,149). Sum of RGB (Red+Green+Blue) = 253+185+149=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB995 is #02466A. Grayscale: #C9C9C9. Windows color (decimal): -149099 or 9812477. OLE color: 9812477.
HSL color Cylindrical-coordinate representation of color #FDB995: hue angle of 20.77º 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 #FDB995 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 149 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.01 |
| HSL | 20.77º | 0.96% | 0.79% | - |
| HSV(B) | 20.77º | 0.41% | 0.99% | - |
| XYZ | 63.28 | 57.75 | 36.25 | - |
| YUV | 201.23 | 98.53 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 149 | 0 | 0.27 | 0.41 | 0.01 | 20.77 | 0.96 | 0.79 |
| Hex | FD | B9 | 95 | 0 | 1B | 29 | 1 | 15 | 60 | 4F |
| Octal | 375 | 271 | 225 | 0 | 33 | 51 | 1 | 25 | 140 | 117 |
| Binary | 11111101 | 10111001 | 10010101 | 0 | 11011 | 101001 | 1 | 10101 | 1100000 | 1001111 |
Color Harmonies of #FDB995
Complementary color
Monochromatic Colors of #FDB995
Black with #FDB995
Text Example
Text Example
White with #FDB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB995; }
p { color: rgb(253,185,149); }
H1.HeaderClassName
{
color: #FDB995;
}
.AnyTagClassName
{
color: #FDB995;
}
</style>
background-color css
<style>
a { background-color: #FDB995; }
a { background-color: rgb(253,185,149); }
div.DivClassName
{
background-color: #FDB995;
}
.BgClassName
{
background-color: #FDB995;
}
</style>
border-color css
<style>
span { border-color: #FDB995; }
span { border-color: rgb(253,185,149); }
td.TdClassName
{
border-color: #FDB995;
}
.TagClassName
{
border-color: #FDB995;
}
</style>