Shades of Lavender Rose #FFB3FF
Tints of Lavender Rose #FFB3FF
RGB
CMYK
RGB Variations
Color information
#FFB3FF (or 0xFFB3FF) is known color: Lavender Rose. HEX triplet: FF, B3 and FF. RGB value is (255,179,255). Sum of RGB (Red+Green+Blue) = 255+179+255=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 179 (70.31% from 255 or 25.98% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFB3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3FF is #004C00. Grayscale: #D2D2D2. Windows color (decimal): -19457 or 16757759. OLE color: 16757759.
HSL color Cylindrical-coordinate representation of color #FFB3FF: hue angle of 300º 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 #FFB3FF is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 255 | - |
| CMYK | 0 | 0.30 | 0 | 0 |
| HSL | 300º | 1% | 0.85% | - |
| HSV(B) | 300º | 0.3% | 1% | - |
| XYZ | 75.41 | 60.72 | 102.35 | - |
| YUV | 210.39 | 153.18 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 255 | 0 | 0.30 | 0 | 0 | 300 | 1 | 0.85 |
| Hex | FF | B3 | FF | 0 | 1E | 0 | 0 | 12C | 64 | 55 |
| Octal | 377 | 263 | 377 | 0 | 36 | 0 | 0 | 454 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11111111 | 0 | 11110 | 0 | 0 | 100101100 | 1100100 | 1010101 |
Color Harmonies of #FFB3FF
Complementary color
Monochromatic Colors of #FFB3FF
Black with #FFB3FF
Text Example
Text Example
White with #FFB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3FF; }
p { color: rgb(255,179,255); }
H1.HeaderClassName
{
color: #FFB3FF;
}
.AnyTagClassName
{
color: #FFB3FF;
}
</style>
background-color css
<style>
a { background-color: #FFB3FF; }
a { background-color: rgb(255,179,255); }
div.DivClassName
{
background-color: #FFB3FF;
}
.BgClassName
{
background-color: #FFB3FF;
}
</style>
border-color css
<style>
span { border-color: #FFB3FF; }
span { border-color: rgb(255,179,255); }
td.TdClassName
{
border-color: #FFB3FF;
}
.TagClassName
{
border-color: #FFB3FF;
}
</style>