Shades of Lavender Rose #FFB3F9
Tints of Lavender Rose #FFB3F9
RGB
CMYK
RGB Variations
Color information
#FFB3F9 (or 0xFFB3F9) is known color: Lavender Rose. HEX triplet: FF, B3 and F9. RGB value is (255,179,249). Sum of RGB (Red+Green+Blue) = 255+179+249=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 179 (70.31% from 255 or 26.21% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3F9 is #004C06. Grayscale: #D1D1D1. Windows color (decimal): -19463 or 16364543. OLE color: 16364543.
HSL color Cylindrical-coordinate representation of color #FFB3F9: hue angle of 304.74º 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 #FFB3F9 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 249 | - |
| CMYK | 0 | 0.30 | 0.02 | 0 |
| HSL | 304.74º | 1% | 0.85% | - |
| HSV(B) | 304.74º | 0.3% | 1% | - |
| XYZ | 74.46 | 60.34 | 97.34 | - |
| YUV | 209.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 249 | 0 | 0.30 | 0.02 | 0 | 304.74 | 1 | 0.85 |
| Hex | FF | B3 | F9 | 0 | 1E | 2 | 0 | 131 | 64 | 55 |
| Octal | 377 | 263 | 371 | 0 | 36 | 2 | 0 | 461 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11111001 | 0 | 11110 | 10 | 0 | 100110001 | 1100100 | 1010101 |
Color Harmonies of #FFB3F9
Complementary color
Monochromatic Colors of #FFB3F9
Black with #FFB3F9
Text Example
Text Example
White with #FFB3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3F9; }
p { color: rgb(255,179,249); }
H1.HeaderClassName
{
color: #FFB3F9;
}
.AnyTagClassName
{
color: #FFB3F9;
}
</style>
background-color css
<style>
a { background-color: #FFB3F9; }
a { background-color: rgb(255,179,249); }
div.DivClassName
{
background-color: #FFB3F9;
}
.BgClassName
{
background-color: #FFB3F9;
}
</style>
border-color css
<style>
span { border-color: #FFB3F9; }
span { border-color: rgb(255,179,249); }
td.TdClassName
{
border-color: #FFB3F9;
}
.TagClassName
{
border-color: #FFB3F9;
}
</style>