Shades of Mandys Pink #FDB090
Tints of Mandys Pink #FDB090
RGB
CMYK
RGB Variations
Color information
#FDB090 (or 0xFDB090) is known color: Mandys Pink. HEX triplet: FD, B0 and 90. RGB value is (253,176,144). Sum of RGB (Red+Green+Blue) = 253+176+144=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB090 is #024F6F. Grayscale: #C3C3C3. Windows color (decimal): -151408 or 9482493. OLE color: 9482493.
HSL color Cylindrical-coordinate representation of color #FDB090: hue angle of 17.61º 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 #FDB090 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 144 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.01 |
| HSL | 17.61º | 0.96% | 0.78% | - |
| HSV(B) | 17.61º | 0.43% | 0.99% | - |
| XYZ | 61.07 | 53.95 | 33.58 | - |
| YUV | 195.38 | 99.01 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 144 | 0 | 0.30 | 0.43 | 0.01 | 17.61 | 0.96 | 0.78 |
| Hex | FD | B0 | 90 | 0 | 1E | 2B | 1 | 12 | 60 | 4E |
| Octal | 375 | 260 | 220 | 0 | 36 | 53 | 1 | 22 | 140 | 116 |
| Binary | 11111101 | 10110000 | 10010000 | 0 | 11110 | 101011 | 1 | 10010 | 1100000 | 1001110 |
Color Harmonies of #FDB090
Complementary color
Monochromatic Colors of #FDB090
Black with #FDB090
Text Example
Text Example
White with #FDB090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB090; }
p { color: rgb(253,176,144); }
H1.HeaderClassName
{
color: #FDB090;
}
.AnyTagClassName
{
color: #FDB090;
}
</style>
background-color css
<style>
a { background-color: #FDB090; }
a { background-color: rgb(253,176,144); }
div.DivClassName
{
background-color: #FDB090;
}
.BgClassName
{
background-color: #FDB090;
}
</style>
border-color css
<style>
span { border-color: #FDB090; }
span { border-color: rgb(253,176,144); }
td.TdClassName
{
border-color: #FDB090;
}
.TagClassName
{
border-color: #FDB090;
}
</style>