Shades of Mandys Pink #FFB490
Tints of Mandys Pink #FFB490
RGB
CMYK
RGB Variations
Color information
#FFB490 (or 0xFFB490) is known color: Mandys Pink. HEX triplet: FF, B4 and 90. RGB value is (255,180,144). Sum of RGB (Red+Green+Blue) = 255+180+144=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB490 is #004B6F. Grayscale: #C6C6C6. Windows color (decimal): -19312 or 9483519. OLE color: 9483519.
HSL color Cylindrical-coordinate representation of color #FFB490: hue angle of 19.46º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFB490 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 144 | - |
| CMYK | 0 | 0.29 | 0.44 | 0 |
| HSL | 19.46º | 1% | 0.78% | - |
| HSV(B) | 19.46º | 0.44% | 1% | - |
| XYZ | 62.6 | 55.92 | 33.88 | - |
| YUV | 198.32 | 97.35 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 144 | 0 | 0.29 | 0.44 | 0 | 19.46 | 1 | 0.78 |
| Hex | FF | B4 | 90 | 0 | 1D | 2C | 0 | 13 | 64 | 4E |
| Octal | 377 | 264 | 220 | 0 | 35 | 54 | 0 | 23 | 144 | 116 |
| Binary | 11111111 | 10110100 | 10010000 | 0 | 11101 | 101100 | 0 | 10011 | 1100100 | 1001110 |
Color Harmonies of #FFB490
Complementary color
Monochromatic Colors of #FFB490
Black with #FFB490
Text Example
Text Example
White with #FFB490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB490; }
p { color: rgb(255,180,144); }
H1.HeaderClassName
{
color: #FFB490;
}
.AnyTagClassName
{
color: #FFB490;
}
</style>
background-color css
<style>
a { background-color: #FFB490; }
a { background-color: rgb(255,180,144); }
div.DivClassName
{
background-color: #FFB490;
}
.BgClassName
{
background-color: #FFB490;
}
</style>
border-color css
<style>
span { border-color: #FFB490; }
span { border-color: rgb(255,180,144); }
td.TdClassName
{
border-color: #FFB490;
}
.TagClassName
{
border-color: #FFB490;
}
</style>