Shades of Mauve #F6B8FF
Tints of Mauve #F6B8FF
RGB
CMYK
RGB Variations
Color information
#F6B8FF (or 0xF6B8FF) is known color: Mauve. HEX triplet: F6, B8 and FF. RGB value is (246,184,255). Sum of RGB (Red+Green+Blue) = 246+184+255=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 184 (72.27% from 255 or 26.86% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6B8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B8FF is #094700. Grayscale: #D2D2D2. Windows color (decimal): -608001 or 16759030. OLE color: 16759030.
HSL color Cylindrical-coordinate representation of color #F6B8FF: hue angle of 292.39º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B8FF is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 184 | 255 | - |
| CMYK | 0.04 | 0.28 | 0 | 0 |
| HSL | 292.39º | 1% | 0.86% | - |
| HSV(B) | 292.39º | 0.28% | 1% | - |
| XYZ | 73.2 | 61.09 | 102.54 | - |
| YUV | 210.63 | 153.04 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 184 | 255 | 0.04 | 0.28 | 0 | 0 | 292.39 | 1 | 0.86 |
| Hex | F6 | B8 | FF | 4 | 1C | 0 | 0 | 124 | 64 | 56 |
| Octal | 366 | 270 | 377 | 4 | 34 | 0 | 0 | 444 | 144 | 126 |
| Binary | 11110110 | 10111000 | 11111111 | 100 | 11100 | 0 | 0 | 100100100 | 1100100 | 1010110 |
Color Harmonies of #F6B8FF
Complementary color
Monochromatic Colors of #F6B8FF
Black with #F6B8FF
Text Example
Text Example
White with #F6B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B8FF; }
p { color: rgb(246,184,255); }
H1.HeaderClassName
{
color: #F6B8FF;
}
.AnyTagClassName
{
color: #F6B8FF;
}
</style>
background-color css
<style>
a { background-color: #F6B8FF; }
a { background-color: rgb(246,184,255); }
div.DivClassName
{
background-color: #F6B8FF;
}
.BgClassName
{
background-color: #F6B8FF;
}
</style>
border-color css
<style>
span { border-color: #F6B8FF; }
span { border-color: rgb(246,184,255); }
td.TdClassName
{
border-color: #F6B8FF;
}
.TagClassName
{
border-color: #F6B8FF;
}
</style>