Shades of Lavender Rose #FFB3FD
Tints of Lavender Rose #FFB3FD
RGB
CMYK
RGB Variations
Color information
#FFB3FD (or 0xFFB3FD) is known color: Lavender Rose. HEX triplet: FF, B3 and FD. RGB value is (255,179,253). Sum of RGB (Red+Green+Blue) = 255+179+253=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 179 (70.31% from 255 or 26.06% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3FD is #004C02. Grayscale: #D1D1D1. Windows color (decimal): -19459 or 16626687. OLE color: 16626687.
HSL color Cylindrical-coordinate representation of color #FFB3FD: hue angle of 301.58º 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 #FFB3FD is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 253 | - |
| CMYK | 0 | 0.30 | 0.01 | 0 |
| HSL | 301.58º | 1% | 0.85% | - |
| HSV(B) | 301.58º | 0.3% | 1% | - |
| XYZ | 75.09 | 60.59 | 100.67 | - |
| YUV | 210.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 253 | 0 | 0.30 | 0.01 | 0 | 301.58 | 1 | 0.85 |
| Hex | FF | B3 | FD | 0 | 1E | 1 | 0 | 12E | 64 | 55 |
| Octal | 377 | 263 | 375 | 0 | 36 | 1 | 0 | 456 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11111101 | 0 | 11110 | 1 | 0 | 100101110 | 1100100 | 1010101 |
Color Harmonies of #FFB3FD
Complementary color
Monochromatic Colors of #FFB3FD
Black with #FFB3FD
Text Example
Text Example
White with #FFB3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3FD; }
p { color: rgb(255,179,253); }
H1.HeaderClassName
{
color: #FFB3FD;
}
.AnyTagClassName
{
color: #FFB3FD;
}
</style>
background-color css
<style>
a { background-color: #FFB3FD; }
a { background-color: rgb(255,179,253); }
div.DivClassName
{
background-color: #FFB3FD;
}
.BgClassName
{
background-color: #FFB3FD;
}
</style>
border-color css
<style>
span { border-color: #FFB3FD; }
span { border-color: rgb(255,179,253); }
td.TdClassName
{
border-color: #FFB3FD;
}
.TagClassName
{
border-color: #FFB3FD;
}
</style>