Shades of Mandys Pink #FBB390
Tints of Mandys Pink #FBB390
RGB
CMYK
RGB Variations
Color information
#FBB390 (or 0xFBB390) is known color: Mandys Pink. HEX triplet: FB, B3 and 90. RGB value is (251,179,144). Sum of RGB (Red+Green+Blue) = 251+179+144=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB390 is #044C6F. Grayscale: #C4C4C4. Windows color (decimal): -281712 or 9483259. OLE color: 9483259.
HSL color Cylindrical-coordinate representation of color #FBB390: hue angle of 19.63º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBB390 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 179 | 144 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.02 |
| HSL | 19.63º | 0.93% | 0.77% | - |
| HSV(B) | 19.63º | 0.43% | 0.98% | - |
| XYZ | 60.94 | 54.76 | 33.74 | - |
| YUV | 196.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 179 | 144 | 0 | 0.29 | 0.43 | 0.02 | 19.63 | 0.93 | 0.77 |
| Hex | FB | B3 | 90 | 0 | 1D | 2B | 2 | 14 | 5D | 4D |
| Octal | 373 | 263 | 220 | 0 | 35 | 53 | 2 | 24 | 135 | 115 |
| Binary | 11111011 | 10110011 | 10010000 | 0 | 11101 | 101011 | 10 | 10100 | 1011101 | 1001101 |
Color Harmonies of #FBB390
Complementary color
Monochromatic Colors of #FBB390
Black with #FBB390
Text Example
Text Example
White with #FBB390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB390; }
p { color: rgb(251,179,144); }
H1.HeaderClassName
{
color: #FBB390;
}
.AnyTagClassName
{
color: #FBB390;
}
</style>
background-color css
<style>
a { background-color: #FBB390; }
a { background-color: rgb(251,179,144); }
div.DivClassName
{
background-color: #FBB390;
}
.BgClassName
{
background-color: #FBB390;
}
</style>
border-color css
<style>
span { border-color: #FBB390; }
span { border-color: rgb(251,179,144); }
td.TdClassName
{
border-color: #FBB390;
}
.TagClassName
{
border-color: #FBB390;
}
</style>