Shades of Lavender Rose #FFB3FC
Tints of Lavender Rose #FFB3FC
RGB
CMYK
RGB Variations
Color information
#FFB3FC (or 0xFFB3FC) is known color: Lavender Rose. HEX triplet: FF, B3 and FC. RGB value is (255,179,252). Sum of RGB (Red+Green+Blue) = 255+179+252=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 179 (70.31% from 255 or 26.09% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3FC is #004C03. Grayscale: #D1D1D1. Windows color (decimal): -19460 or 16561151. OLE color: 16561151.
HSL color Cylindrical-coordinate representation of color #FFB3FC: hue angle of 302.37º 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 #FFB3FC is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 252 | - |
| CMYK | 0 | 0.30 | 0.01 | 0 |
| HSL | 302.37º | 1% | 0.85% | - |
| HSV(B) | 302.37º | 0.3% | 1% | - |
| XYZ | 74.93 | 60.53 | 99.83 | - |
| YUV | 210.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 252 | 0 | 0.30 | 0.01 | 0 | 302.37 | 1 | 0.85 |
| Hex | FF | B3 | FC | 0 | 1E | 1 | 0 | 12E | 64 | 55 |
| Octal | 377 | 263 | 374 | 0 | 36 | 1 | 0 | 456 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11111100 | 0 | 11110 | 1 | 0 | 100101110 | 1100100 | 1010101 |
Color Harmonies of #FFB3FC
Complementary color
Monochromatic Colors of #FFB3FC
Black with #FFB3FC
Text Example
Text Example
White with #FFB3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3FC; }
p { color: rgb(255,179,252); }
H1.HeaderClassName
{
color: #FFB3FC;
}
.AnyTagClassName
{
color: #FFB3FC;
}
</style>
background-color css
<style>
a { background-color: #FFB3FC; }
a { background-color: rgb(255,179,252); }
div.DivClassName
{
background-color: #FFB3FC;
}
.BgClassName
{
background-color: #FFB3FC;
}
</style>
border-color css
<style>
span { border-color: #FFB3FC; }
span { border-color: rgb(255,179,252); }
td.TdClassName
{
border-color: #FFB3FC;
}
.TagClassName
{
border-color: #FFB3FC;
}
</style>