Shades of Mauve #F8C0FF
Tints of Mauve #F8C0FF
RGB
CMYK
RGB Variations
Color information
#F8C0FF (or 0xF8C0FF) is known color: Mauve. HEX triplet: F8, C0 and FF. RGB value is (248,192,255). Sum of RGB (Red+Green+Blue) = 248+192+255=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 192 (75.39% from 255 or 27.63% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8C0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C0FF is #073F00. Grayscale: #D7D7D7. Windows color (decimal): -474881 or 16761080. OLE color: 16761080.
HSL color Cylindrical-coordinate representation of color #F8C0FF: hue angle of 293.33º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8C0FF is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 248 | 192 | 255 | - |
CMYK | 0.03 | 0.25 | 0 | 0 |
HSL | 293.33º | 1% | 0.88% | - |
HSV(B) | 293.33º | 0.25% | 1% | - |
XYZ | 75.61 | 64.88 | 103.14 | - |
YUV | 215.93 | 150.05 | 150.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 192 | 255 | 0.03 | 0.25 | 0 | 0 | 293.33 | 1 | 0.88 |
Hex | F8 | C0 | FF | 3 | 19 | 0 | 0 | 125 | 64 | 58 |
Octal | 370 | 300 | 377 | 3 | 31 | 0 | 0 | 445 | 144 | 130 |
Binary | 11111000 | 11000000 | 11111111 | 11 | 11001 | 0 | 0 | 100100101 | 1100100 | 1011000 |
Color Harmonies of #F8C0FF
Complementary color
Monochromatic Colors of #F8C0FF
Black with #F8C0FF
Text Example
Text Example
White with #F8C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0FF; }
p { color: rgb(248,192,255); }
H1.HeaderClassName
{
color: #F8C0FF;
}
.AnyTagClassName
{
color: #F8C0FF;
}
</style>
background-color css
<style>
a { background-color: #F8C0FF; }
a { background-color: rgb(248,192,255); }
div.DivClassName
{
background-color: #F8C0FF;
}
.BgClassName
{
background-color: #F8C0FF;
}
</style>
border-color css
<style>
span { border-color: #F8C0FF; }
span { border-color: rgb(248,192,255); }
td.TdClassName
{
border-color: #F8C0FF;
}
.TagClassName
{
border-color: #F8C0FF;
}
</style>