Shades of Mandys Pink #FDB293
Tints of Mandys Pink #FDB293
RGB
CMYK
RGB Variations
Color information
#FDB293 (or 0xFDB293) is known color: Mandys Pink. HEX triplet: FD, B2 and 93. RGB value is (253,178,147). Sum of RGB (Red+Green+Blue) = 253+178+147=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB293 is #024D6C. Grayscale: #C5C5C5. Windows color (decimal): -150893 or 9679613. OLE color: 9679613.
HSL color Cylindrical-coordinate representation of color #FDB293: hue angle of 17.55º 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 #FDB293 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 147 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.01 |
| HSL | 17.55º | 0.96% | 0.78% | - |
| HSV(B) | 17.55º | 0.42% | 0.99% | - |
| XYZ | 61.69 | 54.83 | 34.94 | - |
| YUV | 196.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 147 | 0 | 0.30 | 0.42 | 0.01 | 17.55 | 0.96 | 0.78 |
| Hex | FD | B2 | 93 | 0 | 1E | 2A | 1 | 12 | 60 | 4E |
| Octal | 375 | 262 | 223 | 0 | 36 | 52 | 1 | 22 | 140 | 116 |
| Binary | 11111101 | 10110010 | 10010011 | 0 | 11110 | 101010 | 1 | 10010 | 1100000 | 1001110 |
Color Harmonies of #FDB293
Complementary color
Monochromatic Colors of #FDB293
Black with #FDB293
Text Example
Text Example
White with #FDB293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB293; }
p { color: rgb(253,178,147); }
H1.HeaderClassName
{
color: #FDB293;
}
.AnyTagClassName
{
color: #FDB293;
}
</style>
background-color css
<style>
a { background-color: #FDB293; }
a { background-color: rgb(253,178,147); }
div.DivClassName
{
background-color: #FDB293;
}
.BgClassName
{
background-color: #FDB293;
}
</style>
border-color css
<style>
span { border-color: #FDB293; }
span { border-color: rgb(253,178,147); }
td.TdClassName
{
border-color: #FDB293;
}
.TagClassName
{
border-color: #FDB293;
}
</style>