Shades of Mauvelous #FA8FAC
Tints of Mauvelous #FA8FAC
RGB
CMYK
RGB Variations
Color information
#FA8FAC (or 0xFA8FAC) is known color: Mauvelous. HEX triplet: FA, 8F and AC. RGB value is (250,143,172). Sum of RGB (Red+Green+Blue) = 250+143+172=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8FAC is #057053. Grayscale: #B2B2B2. Windows color (decimal): -356436 or 11309050. OLE color: 11309050.
HSL color Cylindrical-coordinate representation of color #FA8FAC: hue angle of 343.74º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8FAC is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 172 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.02 |
| HSL | 343.74º | 0.91% | 0.77% | - |
| HSV(B) | 343.74º | 0.43% | 0.98% | - |
| XYZ | 56.69 | 42.95 | 44.33 | - |
| YUV | 178.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 172 | 0 | 0.43 | 0.31 | 0.02 | 343.74 | 0.91 | 0.77 |
| Hex | FA | 8F | AC | 0 | 2B | 1F | 2 | 158 | 5B | 4D |
| Octal | 372 | 217 | 254 | 0 | 53 | 37 | 2 | 530 | 133 | 115 |
| Binary | 11111010 | 10001111 | 10101100 | 0 | 101011 | 11111 | 10 | 101011000 | 1011011 | 1001101 |
Color Harmonies of #FA8FAC
Complementary color
Monochromatic Colors of #FA8FAC
Black with #FA8FAC
Text Example
Text Example
White with #FA8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FAC; }
p { color: rgb(250,143,172); }
H1.HeaderClassName
{
color: #FA8FAC;
}
.AnyTagClassName
{
color: #FA8FAC;
}
</style>
background-color css
<style>
a { background-color: #FA8FAC; }
a { background-color: rgb(250,143,172); }
div.DivClassName
{
background-color: #FA8FAC;
}
.BgClassName
{
background-color: #FA8FAC;
}
</style>
border-color css
<style>
span { border-color: #FA8FAC; }
span { border-color: rgb(250,143,172); }
td.TdClassName
{
border-color: #FA8FAC;
}
.TagClassName
{
border-color: #FA8FAC;
}
</style>