Shades of Mandys Pink #FABB92
Tints of Mandys Pink #FABB92
RGB
CMYK
RGB Variations
Color information
#FABB92 (or 0xFABB92) is known color: Mandys Pink. HEX triplet: FA, BB and 92. RGB value is (250,187,146). Sum of RGB (Red+Green+Blue) = 250+187+146=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB92 is #05446D. Grayscale: #C9C9C9. Windows color (decimal): -345198 or 9616378. OLE color: 9616378.
HSL color Cylindrical-coordinate representation of color #FABB92: hue angle of 23.65º degrees, saturation: 0.91, 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 #FABB92 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 146 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.02 |
| HSL | 23.65º | 0.91% | 0.78% | - |
| HSV(B) | 23.65º | 0.42% | 0.98% | - |
| XYZ | 62.38 | 57.94 | 35.09 | - |
| YUV | 201.16 | 96.87 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 146 | 0 | 0.25 | 0.42 | 0.02 | 23.65 | 0.91 | 0.78 |
| Hex | FA | BB | 92 | 0 | 19 | 2A | 2 | 18 | 5B | 4E |
| Octal | 372 | 273 | 222 | 0 | 31 | 52 | 2 | 30 | 133 | 116 |
| Binary | 11111010 | 10111011 | 10010010 | 0 | 11001 | 101010 | 10 | 11000 | 1011011 | 1001110 |
Color Harmonies of #FABB92
Complementary color
Monochromatic Colors of #FABB92
Black with #FABB92
Text Example
Text Example
White with #FABB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB92; }
p { color: rgb(250,187,146); }
H1.HeaderClassName
{
color: #FABB92;
}
.AnyTagClassName
{
color: #FABB92;
}
</style>
background-color css
<style>
a { background-color: #FABB92; }
a { background-color: rgb(250,187,146); }
div.DivClassName
{
background-color: #FABB92;
}
.BgClassName
{
background-color: #FABB92;
}
</style>
border-color css
<style>
span { border-color: #FABB92; }
span { border-color: rgb(250,187,146); }
td.TdClassName
{
border-color: #FABB92;
}
.TagClassName
{
border-color: #FABB92;
}
</style>