Shades of Lavender Rose #FFB3ED
Tints of Lavender Rose #FFB3ED
RGB
CMYK
RGB Variations
Color information
#FFB3ED (or 0xFFB3ED) is known color: Lavender Rose. HEX triplet: FF, B3 and ED. RGB value is (255,179,237). Sum of RGB (Red+Green+Blue) = 255+179+237=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 179 (70.31% from 255 or 26.68% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3ED is #004C12. Grayscale: #D0D0D0. Windows color (decimal): -19475 or 15578111. OLE color: 15578111.
HSL color Cylindrical-coordinate representation of color #FFB3ED: hue angle of 314.21º 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 #FFB3ED is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 237 | - |
| CMYK | 0 | 0.30 | 0.07 | 0 |
| HSL | 314.21º | 1% | 0.85% | - |
| HSV(B) | 314.21º | 0.3% | 1% | - |
| XYZ | 72.65 | 59.61 | 87.8 | - |
| YUV | 208.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 237 | 0 | 0.30 | 0.07 | 0 | 314.21 | 1 | 0.85 |
| Hex | FF | B3 | ED | 0 | 1E | 7 | 0 | 13A | 64 | 55 |
| Octal | 377 | 263 | 355 | 0 | 36 | 7 | 0 | 472 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11101101 | 0 | 11110 | 111 | 0 | 100111010 | 1100100 | 1010101 |
Color Harmonies of #FFB3ED
Complementary color
Monochromatic Colors of #FFB3ED
Black with #FFB3ED
Text Example
Text Example
White with #FFB3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3ED; }
p { color: rgb(255,179,237); }
H1.HeaderClassName
{
color: #FFB3ED;
}
.AnyTagClassName
{
color: #FFB3ED;
}
</style>
background-color css
<style>
a { background-color: #FFB3ED; }
a { background-color: rgb(255,179,237); }
div.DivClassName
{
background-color: #FFB3ED;
}
.BgClassName
{
background-color: #FFB3ED;
}
</style>
border-color css
<style>
span { border-color: #FFB3ED; }
span { border-color: rgb(255,179,237); }
td.TdClassName
{
border-color: #FFB3ED;
}
.TagClassName
{
border-color: #FFB3ED;
}
</style>