Shades of Mandys Pink #FBB292
Tints of Mandys Pink #FBB292
RGB
CMYK
RGB Variations
Color information
#FBB292 (or 0xFBB292) is known color: Mandys Pink. HEX triplet: FB, B2 and 92. RGB value is (251,178,146). Sum of RGB (Red+Green+Blue) = 251+178+146=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB292 is #044D6D. Grayscale: #C4C4C4. Windows color (decimal): -281966 or 9614075. OLE color: 9614075.
HSL color Cylindrical-coordinate representation of color #FBB292: hue angle of 18.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FBB292 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 146 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.02 |
| HSL | 18.29º | 0.93% | 0.78% | - |
| HSV(B) | 18.29º | 0.42% | 0.98% | - |
| XYZ | 60.89 | 54.43 | 34.49 | - |
| YUV | 196.18 | 99.68 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 146 | 0 | 0.29 | 0.42 | 0.02 | 18.29 | 0.93 | 0.78 |
| Hex | FB | B2 | 92 | 0 | 1D | 2A | 2 | 12 | 5D | 4E |
| Octal | 373 | 262 | 222 | 0 | 35 | 52 | 2 | 22 | 135 | 116 |
| Binary | 11111011 | 10110010 | 10010010 | 0 | 11101 | 101010 | 10 | 10010 | 1011101 | 1001110 |
Color Harmonies of #FBB292
Complementary color
Monochromatic Colors of #FBB292
Black with #FBB292
Text Example
Text Example
White with #FBB292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB292; }
p { color: rgb(251,178,146); }
H1.HeaderClassName
{
color: #FBB292;
}
.AnyTagClassName
{
color: #FBB292;
}
</style>
background-color css
<style>
a { background-color: #FBB292; }
a { background-color: rgb(251,178,146); }
div.DivClassName
{
background-color: #FBB292;
}
.BgClassName
{
background-color: #FBB292;
}
</style>
border-color css
<style>
span { border-color: #FBB292; }
span { border-color: rgb(251,178,146); }
td.TdClassName
{
border-color: #FBB292;
}
.TagClassName
{
border-color: #FBB292;
}
</style>