Shades of Mandys Pink #FDB994
Tints of Mandys Pink #FDB994
RGB
CMYK
RGB Variations
Color information
#FDB994 (or 0xFDB994) is known color: Mandys Pink. HEX triplet: FD, B9 and 94. RGB value is (253,185,148). Sum of RGB (Red+Green+Blue) = 253+185+148=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB994 is #02466B. Grayscale: #C9C9C9. Windows color (decimal): -149100 or 9746941. OLE color: 9746941.
HSL color Cylindrical-coordinate representation of color #FDB994: hue angle of 21.14º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDB994 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 148 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.01 |
| HSL | 21.14º | 0.96% | 0.79% | - |
| HSV(B) | 21.14º | 0.42% | 0.99% | - |
| XYZ | 63.2 | 57.72 | 35.83 | - |
| YUV | 201.11 | 98.03 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 148 | 0 | 0.27 | 0.42 | 0.01 | 21.14 | 0.96 | 0.79 |
| Hex | FD | B9 | 94 | 0 | 1B | 2A | 1 | 15 | 60 | 4F |
| Octal | 375 | 271 | 224 | 0 | 33 | 52 | 1 | 25 | 140 | 117 |
| Binary | 11111101 | 10111001 | 10010100 | 0 | 11011 | 101010 | 1 | 10101 | 1100000 | 1001111 |
Color Harmonies of #FDB994
Complementary color
Monochromatic Colors of #FDB994
Black with #FDB994
Text Example
Text Example
White with #FDB994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB994; }
p { color: rgb(253,185,148); }
H1.HeaderClassName
{
color: #FDB994;
}
.AnyTagClassName
{
color: #FDB994;
}
</style>
background-color css
<style>
a { background-color: #FDB994; }
a { background-color: rgb(253,185,148); }
div.DivClassName
{
background-color: #FDB994;
}
.BgClassName
{
background-color: #FDB994;
}
</style>
border-color css
<style>
span { border-color: #FDB994; }
span { border-color: rgb(253,185,148); }
td.TdClassName
{
border-color: #FDB994;
}
.TagClassName
{
border-color: #FDB994;
}
</style>