Shades of Lavender Rose #FFB3FA
Tints of Lavender Rose #FFB3FA
RGB
CMYK
RGB Variations
Color information
#FFB3FA (or 0xFFB3FA) is known color: Lavender Rose. HEX triplet: FF, B3 and FA. RGB value is (255,179,250). Sum of RGB (Red+Green+Blue) = 255+179+250=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 179 (70.31% from 255 or 26.17% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3FA is #004C05. Grayscale: #D1D1D1. Windows color (decimal): -19462 or 16430079. OLE color: 16430079.
HSL color Cylindrical-coordinate representation of color #FFB3FA: hue angle of 303.95º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3FA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 250 | - |
| CMYK | 0 | 0.30 | 0.02 | 0 |
| HSL | 303.95º | 1% | 0.85% | - |
| HSV(B) | 303.95º | 0.3% | 1% | - |
| XYZ | 74.62 | 60.4 | 98.17 | - |
| YUV | 209.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 250 | 0 | 0.30 | 0.02 | 0 | 303.95 | 1 | 0.85 |
| Hex | FF | B3 | FA | 0 | 1E | 2 | 0 | 130 | 64 | 55 |
| Octal | 377 | 263 | 372 | 0 | 36 | 2 | 0 | 460 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11111010 | 0 | 11110 | 10 | 0 | 100110000 | 1100100 | 1010101 |
Color Harmonies of #FFB3FA
Complementary color
Monochromatic Colors of #FFB3FA
Black with #FFB3FA
Text Example
Text Example
White with #FFB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3FA; }
p { color: rgb(255,179,250); }
H1.HeaderClassName
{
color: #FFB3FA;
}
.AnyTagClassName
{
color: #FFB3FA;
}
</style>
background-color css
<style>
a { background-color: #FFB3FA; }
a { background-color: rgb(255,179,250); }
div.DivClassName
{
background-color: #FFB3FA;
}
.BgClassName
{
background-color: #FFB3FA;
}
</style>
border-color css
<style>
span { border-color: #FFB3FA; }
span { border-color: rgb(255,179,250); }
td.TdClassName
{
border-color: #FFB3FA;
}
.TagClassName
{
border-color: #FFB3FA;
}
</style>