Shades of Mandys Pink #FABB94
Tints of Mandys Pink #FABB94
RGB
CMYK
RGB Variations
Color information
#FABB94 (or 0xFABB94) is known color: Mandys Pink. HEX triplet: FA, BB and 94. RGB value is (250,187,148). Sum of RGB (Red+Green+Blue) = 250+187+148=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB94 is #05446B. Grayscale: #C9C9C9. Windows color (decimal): -345196 or 9747450. OLE color: 9747450.
HSL color Cylindrical-coordinate representation of color #FABB94: hue angle of 22.94º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FABB94 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 148 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.02 |
| HSL | 22.94º | 0.91% | 0.78% | - |
| HSV(B) | 22.94º | 0.41% | 0.98% | - |
| XYZ | 62.54 | 58 | 35.92 | - |
| YUV | 201.39 | 97.87 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 148 | 0 | 0.25 | 0.41 | 0.02 | 22.94 | 0.91 | 0.78 |
| Hex | FA | BB | 94 | 0 | 19 | 29 | 2 | 17 | 5B | 4E |
| Octal | 372 | 273 | 224 | 0 | 31 | 51 | 2 | 27 | 133 | 116 |
| Binary | 11111010 | 10111011 | 10010100 | 0 | 11001 | 101001 | 10 | 10111 | 1011011 | 1001110 |
Color Harmonies of #FABB94
Complementary color
Monochromatic Colors of #FABB94
Black with #FABB94
Text Example
Text Example
White with #FABB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB94; }
p { color: rgb(250,187,148); }
H1.HeaderClassName
{
color: #FABB94;
}
.AnyTagClassName
{
color: #FABB94;
}
</style>
background-color css
<style>
a { background-color: #FABB94; }
a { background-color: rgb(250,187,148); }
div.DivClassName
{
background-color: #FABB94;
}
.BgClassName
{
background-color: #FABB94;
}
</style>
border-color css
<style>
span { border-color: #FABB94; }
span { border-color: rgb(250,187,148); }
td.TdClassName
{
border-color: #FABB94;
}
.TagClassName
{
border-color: #FABB94;
}
</style>