Shades of Mauve #F6B4FF
Tints of Mauve #F6B4FF
RGB
CMYK
RGB Variations
Color information
#F6B4FF (or 0xF6B4FF) is known color: Mauve. HEX triplet: F6, B4 and FF. RGB value is (246,180,255). Sum of RGB (Red+Green+Blue) = 246+180+255=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 180 (70.70% from 255 or 26.43% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6B4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B4FF is #094B00. Grayscale: #D0D0D0. Windows color (decimal): -609025 or 16758006. OLE color: 16758006.
HSL color Cylindrical-coordinate representation of color #F6B4FF: hue angle of 292.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6B4FF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 180 | 255 | - |
| CMYK | 0.04 | 0.29 | 0 | 0 |
| HSL | 292.8º | 1% | 0.85% | - |
| HSV(B) | 292.8º | 0.29% | 1% | - |
| XYZ | 72.38 | 59.46 | 102.27 | - |
| YUV | 208.28 | 154.37 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 180 | 255 | 0.04 | 0.29 | 0 | 0 | 292.8 | 1 | 0.85 |
| Hex | F6 | B4 | FF | 4 | 1D | 0 | 0 | 125 | 64 | 55 |
| Octal | 366 | 264 | 377 | 4 | 35 | 0 | 0 | 445 | 144 | 125 |
| Binary | 11110110 | 10110100 | 11111111 | 100 | 11101 | 0 | 0 | 100100101 | 1100100 | 1010101 |
Color Harmonies of #F6B4FF
Complementary color
Monochromatic Colors of #F6B4FF
Black with #F6B4FF
Text Example
Text Example
White with #F6B4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B4FF; }
p { color: rgb(246,180,255); }
H1.HeaderClassName
{
color: #F6B4FF;
}
.AnyTagClassName
{
color: #F6B4FF;
}
</style>
background-color css
<style>
a { background-color: #F6B4FF; }
a { background-color: rgb(246,180,255); }
div.DivClassName
{
background-color: #F6B4FF;
}
.BgClassName
{
background-color: #F6B4FF;
}
</style>
border-color css
<style>
span { border-color: #F6B4FF; }
span { border-color: rgb(246,180,255); }
td.TdClassName
{
border-color: #F6B4FF;
}
.TagClassName
{
border-color: #F6B4FF;
}
</style>