Shades of Lavender Rose #FFB3E5
Tints of Lavender Rose #FFB3E5
RGB
CMYK
RGB Variations
Color information
#FFB3E5 (or 0xFFB3E5) is known color: Lavender Rose. HEX triplet: FF, B3 and E5. RGB value is (255,179,229). Sum of RGB (Red+Green+Blue) = 255+179+229=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 179 (70.31% from 255 or 27.00% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3E5 is #004C1A. Grayscale: #CFCFCF. Windows color (decimal): -19483 or 15053823. OLE color: 15053823.
HSL color Cylindrical-coordinate representation of color #FFB3E5: hue angle of 320.53º 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 #FFB3E5 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 229 | - |
| CMYK | 0 | 0.30 | 0.10 | 0 |
| HSL | 320.53º | 1% | 0.85% | - |
| HSV(B) | 320.53º | 0.3% | 1% | - |
| XYZ | 71.5 | 59.16 | 81.78 | - |
| YUV | 207.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 229 | 0 | 0.30 | 0.10 | 0 | 320.53 | 1 | 0.85 |
| Hex | FF | B3 | E5 | 0 | 1E | A | 0 | 141 | 64 | 55 |
| Octal | 377 | 263 | 345 | 0 | 36 | 12 | 0 | 501 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11100101 | 0 | 11110 | 1010 | 0 | 101000001 | 1100100 | 1010101 |
Color Harmonies of #FFB3E5
Complementary color
Monochromatic Colors of #FFB3E5
Black with #FFB3E5
Text Example
Text Example
White with #FFB3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3E5; }
p { color: rgb(255,179,229); }
H1.HeaderClassName
{
color: #FFB3E5;
}
.AnyTagClassName
{
color: #FFB3E5;
}
</style>
background-color css
<style>
a { background-color: #FFB3E5; }
a { background-color: rgb(255,179,229); }
div.DivClassName
{
background-color: #FFB3E5;
}
.BgClassName
{
background-color: #FFB3E5;
}
</style>
border-color css
<style>
span { border-color: #FFB3E5; }
span { border-color: rgb(255,179,229); }
td.TdClassName
{
border-color: #FFB3E5;
}
.TagClassName
{
border-color: #FFB3E5;
}
</style>