Shades of Mauve #F0B4FD
Tints of Mauve #F0B4FD
RGB
CMYK
RGB Variations
Color information
#F0B4FD (or 0xF0B4FD) is known color: Mauve. HEX triplet: F0, B4 and FD. RGB value is (240,180,253). Sum of RGB (Red+Green+Blue) = 240+180+253=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 180 (70.70% from 255 or 26.75% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0B4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B4FD is #0F4B02. Grayscale: #CECECE. Windows color (decimal): -1002243 or 16626928. OLE color: 16626928.
HSL color Cylindrical-coordinate representation of color #F0B4FD: hue angle of 289.32º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0B4FD is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 180 | 253 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.01 |
| HSL | 289.32º | 0.95% | 0.85% | - |
| HSV(B) | 289.32º | 0.29% | 0.99% | - |
| XYZ | 69.99 | 58.26 | 100.49 | - |
| YUV | 206.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 253 | 0.05 | 0.29 | 0 | 0.01 | 289.32 | 0.95 | 0.85 |
| Hex | F0 | B4 | FD | 5 | 1D | 0 | 1 | 121 | 5F | 55 |
| Octal | 360 | 264 | 375 | 5 | 35 | 0 | 1 | 441 | 137 | 125 |
| Binary | 11110000 | 10110100 | 11111101 | 101 | 11101 | 0 | 1 | 100100001 | 1011111 | 1010101 |
Color Harmonies of #F0B4FD
Complementary color
Monochromatic Colors of #F0B4FD
Black with #F0B4FD
Text Example
Text Example
White with #F0B4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B4FD; }
p { color: rgb(240,180,253); }
H1.HeaderClassName
{
color: #F0B4FD;
}
.AnyTagClassName
{
color: #F0B4FD;
}
</style>
background-color css
<style>
a { background-color: #F0B4FD; }
a { background-color: rgb(240,180,253); }
div.DivClassName
{
background-color: #F0B4FD;
}
.BgClassName
{
background-color: #F0B4FD;
}
</style>
border-color css
<style>
span { border-color: #F0B4FD; }
span { border-color: rgb(240,180,253); }
td.TdClassName
{
border-color: #F0B4FD;
}
.TagClassName
{
border-color: #F0B4FD;
}
</style>