Shades of Mandys Pink #FAB894
Tints of Mandys Pink #FAB894
RGB
CMYK
RGB Variations
Color information
#FAB894 (or 0xFAB894) is known color: Mandys Pink. HEX triplet: FA, B8 and 94. RGB value is (250,184,148). Sum of RGB (Red+Green+Blue) = 250+184+148=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB894 is #05476B. Grayscale: #C7C7C7. Windows color (decimal): -345964 or 9746682. OLE color: 9746682.
HSL color Cylindrical-coordinate representation of color #FAB894: hue angle of 21.18º 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 #FAB894 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 148 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.02 |
| HSL | 21.18º | 0.91% | 0.78% | - |
| HSV(B) | 21.18º | 0.41% | 0.98% | - |
| XYZ | 61.91 | 56.74 | 35.71 | - |
| YUV | 199.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 148 | 0 | 0.26 | 0.41 | 0.02 | 21.18 | 0.91 | 0.78 |
| Hex | FA | B8 | 94 | 0 | 1A | 29 | 2 | 15 | 5B | 4E |
| Octal | 372 | 270 | 224 | 0 | 32 | 51 | 2 | 25 | 133 | 116 |
| Binary | 11111010 | 10111000 | 10010100 | 0 | 11010 | 101001 | 10 | 10101 | 1011011 | 1001110 |
Color Harmonies of #FAB894
Complementary color
Monochromatic Colors of #FAB894
Black with #FAB894
Text Example
Text Example
White with #FAB894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB894; }
p { color: rgb(250,184,148); }
H1.HeaderClassName
{
color: #FAB894;
}
.AnyTagClassName
{
color: #FAB894;
}
</style>
background-color css
<style>
a { background-color: #FAB894; }
a { background-color: rgb(250,184,148); }
div.DivClassName
{
background-color: #FAB894;
}
.BgClassName
{
background-color: #FAB894;
}
</style>
border-color css
<style>
span { border-color: #FAB894; }
span { border-color: rgb(250,184,148); }
td.TdClassName
{
border-color: #FAB894;
}
.TagClassName
{
border-color: #FAB894;
}
</style>