Shades of Mandys Pink #FAB594
Tints of Mandys Pink #FAB594
RGB
CMYK
RGB Variations
Color information
#FAB594 (or 0xFAB594) is known color: Mandys Pink. HEX triplet: FA, B5 and 94. RGB value is (250,181,148). Sum of RGB (Red+Green+Blue) = 250+181+148=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB594 is #054A6B. Grayscale: #C6C6C6. Windows color (decimal): -346732 or 9745914. OLE color: 9745914.
HSL color Cylindrical-coordinate representation of color #FAB594: hue angle of 19.41º 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 #FAB594 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 148 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.02 |
| HSL | 19.41º | 0.91% | 0.78% | - |
| HSV(B) | 19.41º | 0.41% | 0.98% | - |
| XYZ | 61.29 | 55.51 | 35.5 | - |
| YUV | 197.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 148 | 0 | 0.28 | 0.41 | 0.02 | 19.41 | 0.91 | 0.78 |
| Hex | FA | B5 | 94 | 0 | 1C | 29 | 2 | 13 | 5B | 4E |
| Octal | 372 | 265 | 224 | 0 | 34 | 51 | 2 | 23 | 133 | 116 |
| Binary | 11111010 | 10110101 | 10010100 | 0 | 11100 | 101001 | 10 | 10011 | 1011011 | 1001110 |
Color Harmonies of #FAB594
Complementary color
Monochromatic Colors of #FAB594
Black with #FAB594
Text Example
Text Example
White with #FAB594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB594; }
p { color: rgb(250,181,148); }
H1.HeaderClassName
{
color: #FAB594;
}
.AnyTagClassName
{
color: #FAB594;
}
</style>
background-color css
<style>
a { background-color: #FAB594; }
a { background-color: rgb(250,181,148); }
div.DivClassName
{
background-color: #FAB594;
}
.BgClassName
{
background-color: #FAB594;
}
</style>
border-color css
<style>
span { border-color: #FAB594; }
span { border-color: rgb(250,181,148); }
td.TdClassName
{
border-color: #FAB594;
}
.TagClassName
{
border-color: #FAB594;
}
</style>