Shades of Mandys Pink #FDB594
Tints of Mandys Pink #FDB594
RGB
CMYK
RGB Variations
Color information
#FDB594 (or 0xFDB594) is known color: Mandys Pink. HEX triplet: FD, B5 and 94. RGB value is (253,181,148). Sum of RGB (Red+Green+Blue) = 253+181+148=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB594 is #024A6B. Grayscale: #C6C6C6. Windows color (decimal): -150124 or 9745917. OLE color: 9745917.
HSL color Cylindrical-coordinate representation of color #FDB594: hue angle of 18.86º 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 #FDB594 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 148 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.01 |
| HSL | 18.86º | 0.96% | 0.79% | - |
| HSV(B) | 18.86º | 0.42% | 0.99% | - |
| XYZ | 62.38 | 56.07 | 35.55 | - |
| YUV | 198.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 148 | 0 | 0.28 | 0.42 | 0.01 | 18.86 | 0.96 | 0.79 |
| Hex | FD | B5 | 94 | 0 | 1C | 2A | 1 | 13 | 60 | 4F |
| Octal | 375 | 265 | 224 | 0 | 34 | 52 | 1 | 23 | 140 | 117 |
| Binary | 11111101 | 10110101 | 10010100 | 0 | 11100 | 101010 | 1 | 10011 | 1100000 | 1001111 |
Color Harmonies of #FDB594
Complementary color
Monochromatic Colors of #FDB594
Black with #FDB594
Text Example
Text Example
White with #FDB594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB594; }
p { color: rgb(253,181,148); }
H1.HeaderClassName
{
color: #FDB594;
}
.AnyTagClassName
{
color: #FDB594;
}
</style>
background-color css
<style>
a { background-color: #FDB594; }
a { background-color: rgb(253,181,148); }
div.DivClassName
{
background-color: #FDB594;
}
.BgClassName
{
background-color: #FDB594;
}
</style>
border-color css
<style>
span { border-color: #FDB594; }
span { border-color: rgb(253,181,148); }
td.TdClassName
{
border-color: #FDB594;
}
.TagClassName
{
border-color: #FDB594;
}
</style>