Shades of Mauve #F1B5FD
Tints of Mauve #F1B5FD
RGB
CMYK
RGB Variations
Color information
#F1B5FD (or 0xF1B5FD) is known color: Mauve. HEX triplet: F1, B5 and FD. RGB value is (241,181,253). Sum of RGB (Red+Green+Blue) = 241+181+253=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 181 (71.09% from 255 or 26.81% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1B5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B5FD is #0E4A02. Grayscale: #CECECE. Windows color (decimal): -936451 or 16627185. OLE color: 16627185.
HSL color Cylindrical-coordinate representation of color #F1B5FD: hue angle of 290º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1B5FD is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 241 | 181 | 253 | - |
CMYK | 0.05 | 0.28 | 0 | 0.01 |
HSL | 290º | 0.95% | 0.85% | - |
HSV(B) | 290º | 0.28% | 0.99% | - |
XYZ | 70.53 | 58.84 | 100.57 | - |
YUV | 207.15 | 153.88 | 152.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 181 | 253 | 0.05 | 0.28 | 0 | 0.01 | 290 | 0.95 | 0.85 |
Hex | F1 | B5 | FD | 5 | 1C | 0 | 1 | 122 | 5F | 55 |
Octal | 361 | 265 | 375 | 5 | 34 | 0 | 1 | 442 | 137 | 125 |
Binary | 11110001 | 10110101 | 11111101 | 101 | 11100 | 0 | 1 | 100100010 | 1011111 | 1010101 |
Color Harmonies of #F1B5FD
Complementary color
Monochromatic Colors of #F1B5FD
Black with #F1B5FD
Text Example
Text Example
White with #F1B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B5FD; }
p { color: rgb(241,181,253); }
H1.HeaderClassName
{
color: #F1B5FD;
}
.AnyTagClassName
{
color: #F1B5FD;
}
</style>
background-color css
<style>
a { background-color: #F1B5FD; }
a { background-color: rgb(241,181,253); }
div.DivClassName
{
background-color: #F1B5FD;
}
.BgClassName
{
background-color: #F1B5FD;
}
</style>
border-color css
<style>
span { border-color: #F1B5FD; }
span { border-color: rgb(241,181,253); }
td.TdClassName
{
border-color: #F1B5FD;
}
.TagClassName
{
border-color: #F1B5FD;
}
</style>