Shades of Mandys Pink #FDB390
Tints of Mandys Pink #FDB390
RGB
CMYK
RGB Variations
Color information
#FDB390 (or 0xFDB390) is known color: Mandys Pink. HEX triplet: FD, B3 and 90. RGB value is (253,179,144). Sum of RGB (Red+Green+Blue) = 253+179+144=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB390 is #024C6F. Grayscale: #C5C5C5. Windows color (decimal): -150640 or 9483261. OLE color: 9483261.
HSL color Cylindrical-coordinate representation of color #FDB390: hue angle of 19.27º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDB390 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 144 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.01 |
| HSL | 19.27º | 0.96% | 0.78% | - |
| HSV(B) | 19.27º | 0.43% | 0.99% | - |
| XYZ | 61.66 | 55.14 | 33.78 | - |
| YUV | 197.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 144 | 0 | 0.29 | 0.43 | 0.01 | 19.27 | 0.96 | 0.78 |
| Hex | FD | B3 | 90 | 0 | 1D | 2B | 1 | 13 | 60 | 4E |
| Octal | 375 | 263 | 220 | 0 | 35 | 53 | 1 | 23 | 140 | 116 |
| Binary | 11111101 | 10110011 | 10010000 | 0 | 11101 | 101011 | 1 | 10011 | 1100000 | 1001110 |
Color Harmonies of #FDB390
Complementary color
Monochromatic Colors of #FDB390
Black with #FDB390
Text Example
Text Example
White with #FDB390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB390; }
p { color: rgb(253,179,144); }
H1.HeaderClassName
{
color: #FDB390;
}
.AnyTagClassName
{
color: #FDB390;
}
</style>
background-color css
<style>
a { background-color: #FDB390; }
a { background-color: rgb(253,179,144); }
div.DivClassName
{
background-color: #FDB390;
}
.BgClassName
{
background-color: #FDB390;
}
</style>
border-color css
<style>
span { border-color: #FDB390; }
span { border-color: rgb(253,179,144); }
td.TdClassName
{
border-color: #FDB390;
}
.TagClassName
{
border-color: #FDB390;
}
</style>