Shades of Mandys Pink #FDB494
Tints of Mandys Pink #FDB494
RGB
CMYK
RGB Variations
Color information
#FDB494 (or 0xFDB494) is known color: Mandys Pink. HEX triplet: FD, B4 and 94. RGB value is (253,180,148). Sum of RGB (Red+Green+Blue) = 253+180+148=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB494 is #024B6B. Grayscale: #C6C6C6. Windows color (decimal): -150380 or 9745661. OLE color: 9745661.
HSL color Cylindrical-coordinate representation of color #FDB494: hue angle of 18.29º 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 #FDB494 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 148 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.01 |
| HSL | 18.29º | 0.96% | 0.79% | - |
| HSV(B) | 18.29º | 0.42% | 0.99% | - |
| XYZ | 62.17 | 55.66 | 35.48 | - |
| YUV | 198.18 | 99.68 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 148 | 0 | 0.29 | 0.42 | 0.01 | 18.29 | 0.96 | 0.79 |
| Hex | FD | B4 | 94 | 0 | 1D | 2A | 1 | 12 | 60 | 4F |
| Octal | 375 | 264 | 224 | 0 | 35 | 52 | 1 | 22 | 140 | 117 |
| Binary | 11111101 | 10110100 | 10010100 | 0 | 11101 | 101010 | 1 | 10010 | 1100000 | 1001111 |
Color Harmonies of #FDB494
Complementary color
Monochromatic Colors of #FDB494
Black with #FDB494
Text Example
Text Example
White with #FDB494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB494; }
p { color: rgb(253,180,148); }
H1.HeaderClassName
{
color: #FDB494;
}
.AnyTagClassName
{
color: #FDB494;
}
</style>
background-color css
<style>
a { background-color: #FDB494; }
a { background-color: rgb(253,180,148); }
div.DivClassName
{
background-color: #FDB494;
}
.BgClassName
{
background-color: #FDB494;
}
</style>
border-color css
<style>
span { border-color: #FDB494; }
span { border-color: rgb(253,180,148); }
td.TdClassName
{
border-color: #FDB494;
}
.TagClassName
{
border-color: #FDB494;
}
</style>