Shades of Mandys Pink #FDB490
Tints of Mandys Pink #FDB490
RGB
CMYK
RGB Variations
Color information
#FDB490 (or 0xFDB490) is known color: Mandys Pink. HEX triplet: FD, B4 and 90. RGB value is (253,180,144). Sum of RGB (Red+Green+Blue) = 253+180+144=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB490 is #024B6F. Grayscale: #C5C5C5. Windows color (decimal): -150384 or 9483517. OLE color: 9483517.
HSL color Cylindrical-coordinate representation of color #FDB490: hue angle of 19.82º 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 #FDB490 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 144 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.01 |
| HSL | 19.82º | 0.96% | 0.78% | - |
| HSV(B) | 19.82º | 0.43% | 0.99% | - |
| XYZ | 61.86 | 55.54 | 33.85 | - |
| YUV | 197.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 144 | 0 | 0.29 | 0.43 | 0.01 | 19.82 | 0.96 | 0.78 |
| Hex | FD | B4 | 90 | 0 | 1D | 2B | 1 | 14 | 60 | 4E |
| Octal | 375 | 264 | 220 | 0 | 35 | 53 | 1 | 24 | 140 | 116 |
| Binary | 11111101 | 10110100 | 10010000 | 0 | 11101 | 101011 | 1 | 10100 | 1100000 | 1001110 |
Color Harmonies of #FDB490
Complementary color
Monochromatic Colors of #FDB490
Black with #FDB490
Text Example
Text Example
White with #FDB490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB490; }
p { color: rgb(253,180,144); }
H1.HeaderClassName
{
color: #FDB490;
}
.AnyTagClassName
{
color: #FDB490;
}
</style>
background-color css
<style>
a { background-color: #FDB490; }
a { background-color: rgb(253,180,144); }
div.DivClassName
{
background-color: #FDB490;
}
.BgClassName
{
background-color: #FDB490;
}
</style>
border-color css
<style>
span { border-color: #FDB490; }
span { border-color: rgb(253,180,144); }
td.TdClassName
{
border-color: #FDB490;
}
.TagClassName
{
border-color: #FDB490;
}
</style>