Shades of Mauve #F4B5FD
Tints of Mauve #F4B5FD
RGB
CMYK
RGB Variations
Color information
#F4B5FD (or 0xF4B5FD) is known color: Mauve. HEX triplet: F4, B5 and FD. RGB value is (244,181,253). Sum of RGB (Red+Green+Blue) = 244+181+253=678 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.99% from 678); Green value is 181 (71.09% from 255 or 26.70% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4B5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B5FD is #0B4A02. Grayscale: #CFCFCF. Windows color (decimal): -739843 or 16627188. OLE color: 16627188.
HSL color Cylindrical-coordinate representation of color #F4B5FD: hue angle of 292.5º 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 #F4B5FD is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 244 | 181 | 253 | - |
CMYK | 0.04 | 0.28 | 0 | 0.01 |
HSL | 292.5º | 0.95% | 0.85% | - |
HSV(B) | 292.5º | 0.28% | 0.99% | - |
XYZ | 71.56 | 59.37 | 100.62 | - |
YUV | 208.05 | 153.37 | 153.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 181 | 253 | 0.04 | 0.28 | 0 | 0.01 | 292.5 | 0.95 | 0.85 |
Hex | F4 | B5 | FD | 4 | 1C | 0 | 1 | 124 | 5F | 55 |
Octal | 364 | 265 | 375 | 4 | 34 | 0 | 1 | 444 | 137 | 125 |
Binary | 11110100 | 10110101 | 11111101 | 100 | 11100 | 0 | 1 | 100100100 | 1011111 | 1010101 |
Color Harmonies of #F4B5FD
Complementary color
Monochromatic Colors of #F4B5FD
Black with #F4B5FD
Text Example
Text Example
White with #F4B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B5FD; }
p { color: rgb(244,181,253); }
H1.HeaderClassName
{
color: #F4B5FD;
}
.AnyTagClassName
{
color: #F4B5FD;
}
</style>
background-color css
<style>
a { background-color: #F4B5FD; }
a { background-color: rgb(244,181,253); }
div.DivClassName
{
background-color: #F4B5FD;
}
.BgClassName
{
background-color: #F4B5FD;
}
</style>
border-color css
<style>
span { border-color: #F4B5FD; }
span { border-color: rgb(244,181,253); }
td.TdClassName
{
border-color: #F4B5FD;
}
.TagClassName
{
border-color: #F4B5FD;
}
</style>