Shades of Mauve #FAAEFF
Tints of Mauve #FAAEFF
RGB
CMYK
RGB Variations
Color information
#FAAEFF (or 0xFAAEFF) is known color: Mauve. HEX triplet: FA, AE and FF. RGB value is (250,174,255). Sum of RGB (Red+Green+Blue) = 250+174+255=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 174 (68.36% from 255 or 25.63% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEFF is #055100. Grayscale: #CDCDCD. Windows color (decimal): -348417 or 16756474. OLE color: 16756474.
HSL color Cylindrical-coordinate representation of color #FAAEFF: hue angle of 296.3º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAEFF is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 174 | 255 | - |
| CMYK | 0.02 | 0.32 | 0 | 0 |
| HSL | 296.3º | 1% | 0.84% | - |
| HSV(B) | 296.3º | 0.32% | 1% | - |
| XYZ | 72.61 | 57.82 | 101.94 | - |
| YUV | 205.96 | 155.68 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 255 | 0.02 | 0.32 | 0 | 0 | 296.3 | 1 | 0.84 |
| Hex | FA | AE | FF | 2 | 20 | 0 | 0 | 128 | 64 | 54 |
| Octal | 372 | 256 | 377 | 2 | 40 | 0 | 0 | 450 | 144 | 124 |
| Binary | 11111010 | 10101110 | 11111111 | 10 | 100000 | 0 | 0 | 100101000 | 1100100 | 1010100 |
Color Harmonies of #FAAEFF
Complementary color
Monochromatic Colors of #FAAEFF
Black with #FAAEFF
Text Example
Text Example
White with #FAAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEFF; }
p { color: rgb(250,174,255); }
H1.HeaderClassName
{
color: #FAAEFF;
}
.AnyTagClassName
{
color: #FAAEFF;
}
</style>
background-color css
<style>
a { background-color: #FAAEFF; }
a { background-color: rgb(250,174,255); }
div.DivClassName
{
background-color: #FAAEFF;
}
.BgClassName
{
background-color: #FAAEFF;
}
</style>
border-color css
<style>
span { border-color: #FAAEFF; }
span { border-color: rgb(250,174,255); }
td.TdClassName
{
border-color: #FAAEFF;
}
.TagClassName
{
border-color: #FAAEFF;
}
</style>