Shades of Mandys Pink #FFB390
Tints of Mandys Pink #FFB390
RGB
CMYK
RGB Variations
Color information
#FFB390 (or 0xFFB390) is known color: Mandys Pink. HEX triplet: FF, B3 and 90. RGB value is (255,179,144). Sum of RGB (Red+Green+Blue) = 255+179+144=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB390 is #004C6F. Grayscale: #C5C5C5. Windows color (decimal): -19568 or 9483263. OLE color: 9483263.
HSL color Cylindrical-coordinate representation of color #FFB390: hue angle of 18.92º 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 #FFB390 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 144 | - |
| CMYK | 0 | 0.30 | 0.44 | 0 |
| HSL | 18.92º | 1% | 0.78% | - |
| HSV(B) | 18.92º | 0.44% | 1% | - |
| XYZ | 62.39 | 55.51 | 33.81 | - |
| YUV | 197.73 | 97.68 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 144 | 0 | 0.30 | 0.44 | 0 | 18.92 | 1 | 0.78 |
| Hex | FF | B3 | 90 | 0 | 1E | 2C | 0 | 13 | 64 | 4E |
| Octal | 377 | 263 | 220 | 0 | 36 | 54 | 0 | 23 | 144 | 116 |
| Binary | 11111111 | 10110011 | 10010000 | 0 | 11110 | 101100 | 0 | 10011 | 1100100 | 1001110 |
Color Harmonies of #FFB390
Complementary color
Monochromatic Colors of #FFB390
Black with #FFB390
Text Example
Text Example
White with #FFB390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB390; }
p { color: rgb(255,179,144); }
H1.HeaderClassName
{
color: #FFB390;
}
.AnyTagClassName
{
color: #FFB390;
}
</style>
background-color css
<style>
a { background-color: #FFB390; }
a { background-color: rgb(255,179,144); }
div.DivClassName
{
background-color: #FFB390;
}
.BgClassName
{
background-color: #FFB390;
}
</style>
border-color css
<style>
span { border-color: #FFB390; }
span { border-color: rgb(255,179,144); }
td.TdClassName
{
border-color: #FFB390;
}
.TagClassName
{
border-color: #FFB390;
}
</style>