Shades of Mauve #F5B5FD
Tints of Mauve #F5B5FD
RGB
CMYK
RGB Variations
Color information
#F5B5FD (or 0xF5B5FD) is known color: Mauve. HEX triplet: F5, B5 and FD. RGB value is (245,181,253). Sum of RGB (Red+Green+Blue) = 245+181+253=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 181 (71.09% from 255 or 26.66% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5B5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B5FD is #0A4A02. Grayscale: #D0D0D0. Windows color (decimal): -674307 or 16627189. OLE color: 16627189.
HSL color Cylindrical-coordinate representation of color #F5B5FD: hue angle of 293.33º 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 #F5B5FD is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 181 | 253 | - |
CMYK | 0.03 | 0.28 | 0 | 0.01 |
HSL | 293.33º | 0.95% | 0.85% | - |
HSV(B) | 293.33º | 0.28% | 0.99% | - |
XYZ | 71.91 | 59.55 | 100.63 | - |
YUV | 208.34 | 153.2 | 154.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 181 | 253 | 0.03 | 0.28 | 0 | 0.01 | 293.33 | 0.95 | 0.85 |
Hex | F5 | B5 | FD | 3 | 1C | 0 | 1 | 125 | 5F | 55 |
Octal | 365 | 265 | 375 | 3 | 34 | 0 | 1 | 445 | 137 | 125 |
Binary | 11110101 | 10110101 | 11111101 | 11 | 11100 | 0 | 1 | 100100101 | 1011111 | 1010101 |
Color Harmonies of #F5B5FD
Complementary color
Monochromatic Colors of #F5B5FD
Black with #F5B5FD
Text Example
Text Example
White with #F5B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B5FD; }
p { color: rgb(245,181,253); }
H1.HeaderClassName
{
color: #F5B5FD;
}
.AnyTagClassName
{
color: #F5B5FD;
}
</style>
background-color css
<style>
a { background-color: #F5B5FD; }
a { background-color: rgb(245,181,253); }
div.DivClassName
{
background-color: #F5B5FD;
}
.BgClassName
{
background-color: #F5B5FD;
}
</style>
border-color css
<style>
span { border-color: #F5B5FD; }
span { border-color: rgb(245,181,253); }
td.TdClassName
{
border-color: #F5B5FD;
}
.TagClassName
{
border-color: #F5B5FD;
}
</style>