Shades of Mauvelous #FA8BAE
Tints of Mauvelous #FA8BAE
RGB
CMYK
RGB Variations
Color information
#FA8BAE (or 0xFA8BAE) is known color: Mauvelous. HEX triplet: FA, 8B and AE. RGB value is (250,139,174). Sum of RGB (Red+Green+Blue) = 250+139+174=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8BAE is #057451. Grayscale: #B0B0B0. Windows color (decimal): -357458 or 11439098. OLE color: 11439098.
HSL color Cylindrical-coordinate representation of color #FA8BAE: hue angle of 341.08º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BAE is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 174 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.02 |
| HSL | 341.08º | 0.92% | 0.76% | - |
| HSV(B) | 341.08º | 0.44% | 0.98% | - |
| XYZ | 56.3 | 41.85 | 45.15 | - |
| YUV | 176.18 | 126.77 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 174 | 0 | 0.44 | 0.30 | 0.02 | 341.08 | 0.92 | 0.76 |
| Hex | FA | 8B | AE | 0 | 2C | 1E | 2 | 155 | 5C | 4C |
| Octal | 372 | 213 | 256 | 0 | 54 | 36 | 2 | 525 | 134 | 114 |
| Binary | 11111010 | 10001011 | 10101110 | 0 | 101100 | 11110 | 10 | 101010101 | 1011100 | 1001100 |
Color Harmonies of #FA8BAE
Complementary color
Monochromatic Colors of #FA8BAE
Black with #FA8BAE
Text Example
Text Example
White with #FA8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8BAE; }
p { color: rgb(250,139,174); }
H1.HeaderClassName
{
color: #FA8BAE;
}
.AnyTagClassName
{
color: #FA8BAE;
}
</style>
background-color css
<style>
a { background-color: #FA8BAE; }
a { background-color: rgb(250,139,174); }
div.DivClassName
{
background-color: #FA8BAE;
}
.BgClassName
{
background-color: #FA8BAE;
}
</style>
border-color css
<style>
span { border-color: #FA8BAE; }
span { border-color: rgb(250,139,174); }
td.TdClassName
{
border-color: #FA8BAE;
}
.TagClassName
{
border-color: #FA8BAE;
}
</style>