Shades of Mandys Pink #FDB593
Tints of Mandys Pink #FDB593
RGB
CMYK
RGB Variations
Color information
#FDB593 (or 0xFDB593) is known color: Mandys Pink. HEX triplet: FD, B5 and 93. RGB value is (253,181,147). Sum of RGB (Red+Green+Blue) = 253+181+147=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 147 (57.81% from 255 or 25.30% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB593 is #024A6C. Grayscale: #C6C6C6. Windows color (decimal): -150125 or 9680381. OLE color: 9680381.
HSL color Cylindrical-coordinate representation of color #FDB593: hue angle of 19.25º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDB593 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 147 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.01 |
| HSL | 19.25º | 0.96% | 0.78% | - |
| HSV(B) | 19.25º | 0.42% | 0.99% | - |
| XYZ | 62.3 | 56.04 | 35.14 | - |
| YUV | 198.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 147 | 0 | 0.28 | 0.42 | 0.01 | 19.25 | 0.96 | 0.78 |
| Hex | FD | B5 | 93 | 0 | 1C | 2A | 1 | 13 | 60 | 4E |
| Octal | 375 | 265 | 223 | 0 | 34 | 52 | 1 | 23 | 140 | 116 |
| Binary | 11111101 | 10110101 | 10010011 | 0 | 11100 | 101010 | 1 | 10011 | 1100000 | 1001110 |
Color Harmonies of #FDB593
Complementary color
Monochromatic Colors of #FDB593
Black with #FDB593
Text Example
Text Example
White with #FDB593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB593; }
p { color: rgb(253,181,147); }
H1.HeaderClassName
{
color: #FDB593;
}
.AnyTagClassName
{
color: #FDB593;
}
</style>
background-color css
<style>
a { background-color: #FDB593; }
a { background-color: rgb(253,181,147); }
div.DivClassName
{
background-color: #FDB593;
}
.BgClassName
{
background-color: #FDB593;
}
</style>
border-color css
<style>
span { border-color: #FDB593; }
span { border-color: rgb(253,181,147); }
td.TdClassName
{
border-color: #FDB593;
}
.TagClassName
{
border-color: #FDB593;
}
</style>