Shades of Mandys Pink #FDB394
Tints of Mandys Pink #FDB394
RGB
CMYK
RGB Variations
Color information
#FDB394 (or 0xFDB394) is known color: Mandys Pink. HEX triplet: FD, B3 and 94. RGB value is (253,179,148). Sum of RGB (Red+Green+Blue) = 253+179+148=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 179 (70.31% from 255 or 30.86% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB394 is #024C6B. Grayscale: #C5C5C5. Windows color (decimal): -150636 or 9745405. OLE color: 9745405.
HSL color Cylindrical-coordinate representation of color #FDB394: hue angle of 17.71º 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 #FDB394 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 148 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.01 |
| HSL | 17.71º | 0.96% | 0.79% | - |
| HSV(B) | 17.71º | 0.42% | 0.99% | - |
| XYZ | 61.97 | 55.26 | 35.42 | - |
| YUV | 197.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 148 | 0 | 0.29 | 0.42 | 0.01 | 17.71 | 0.96 | 0.79 |
| Hex | FD | B3 | 94 | 0 | 1D | 2A | 1 | 12 | 60 | 4F |
| Octal | 375 | 263 | 224 | 0 | 35 | 52 | 1 | 22 | 140 | 117 |
| Binary | 11111101 | 10110011 | 10010100 | 0 | 11101 | 101010 | 1 | 10010 | 1100000 | 1001111 |
Color Harmonies of #FDB394
Complementary color
Monochromatic Colors of #FDB394
Black with #FDB394
Text Example
Text Example
White with #FDB394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB394; }
p { color: rgb(253,179,148); }
H1.HeaderClassName
{
color: #FDB394;
}
.AnyTagClassName
{
color: #FDB394;
}
</style>
background-color css
<style>
a { background-color: #FDB394; }
a { background-color: rgb(253,179,148); }
div.DivClassName
{
background-color: #FDB394;
}
.BgClassName
{
background-color: #FDB394;
}
</style>
border-color css
<style>
span { border-color: #FDB394; }
span { border-color: rgb(253,179,148); }
td.TdClassName
{
border-color: #FDB394;
}
.TagClassName
{
border-color: #FDB394;
}
</style>