Shades of Mauve #F0B1FD
Tints of Mauve #F0B1FD
RGB
CMYK
RGB Variations
Color information
#F0B1FD (or 0xF0B1FD) is known color: Mauve. HEX triplet: F0, B1 and FD. RGB value is (240,177,253). Sum of RGB (Red+Green+Blue) = 240+177+253=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 177 (69.53% from 255 or 26.42% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0B1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B1FD is #0F4E02. Grayscale: #CCCCCC. Windows color (decimal): -1003011 or 16626160. OLE color: 16626160.
HSL color Cylindrical-coordinate representation of color #F0B1FD: hue angle of 289.74º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0B1FD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 177 | 253 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.01 |
| HSL | 289.74º | 0.95% | 0.84% | - |
| HSV(B) | 289.74º | 0.3% | 0.99% | - |
| XYZ | 69.39 | 57.06 | 100.29 | - |
| YUV | 204.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 253 | 0.05 | 0.30 | 0 | 0.01 | 289.74 | 0.95 | 0.84 |
| Hex | F0 | B1 | FD | 5 | 1E | 0 | 1 | 122 | 5F | 54 |
| Octal | 360 | 261 | 375 | 5 | 36 | 0 | 1 | 442 | 137 | 124 |
| Binary | 11110000 | 10110001 | 11111101 | 101 | 11110 | 0 | 1 | 100100010 | 1011111 | 1010100 |
Color Harmonies of #F0B1FD
Complementary color
Monochromatic Colors of #F0B1FD
Black with #F0B1FD
Text Example
Text Example
White with #F0B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B1FD; }
p { color: rgb(240,177,253); }
H1.HeaderClassName
{
color: #F0B1FD;
}
.AnyTagClassName
{
color: #F0B1FD;
}
</style>
background-color css
<style>
a { background-color: #F0B1FD; }
a { background-color: rgb(240,177,253); }
div.DivClassName
{
background-color: #F0B1FD;
}
.BgClassName
{
background-color: #F0B1FD;
}
</style>
border-color css
<style>
span { border-color: #F0B1FD; }
span { border-color: rgb(240,177,253); }
td.TdClassName
{
border-color: #F0B1FD;
}
.TagClassName
{
border-color: #F0B1FD;
}
</style>