Shades of Lavender Rose #FFB3E6
Tints of Lavender Rose #FFB3E6
RGB
CMYK
RGB Variations
Color information
#FFB3E6 (or 0xFFB3E6) is known color: Lavender Rose. HEX triplet: FF, B3 and E6. RGB value is (255,179,230). Sum of RGB (Red+Green+Blue) = 255+179+230=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 179 (70.31% from 255 or 26.96% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3E6 is #004C19. Grayscale: #CFCFCF. Windows color (decimal): -19482 or 15119359. OLE color: 15119359.
HSL color Cylindrical-coordinate representation of color #FFB3E6: hue angle of 319.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 #FFB3E6 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 230 | - |
| CMYK | 0 | 0.30 | 0.10 | 0 |
| HSL | 319.74º | 1% | 0.85% | - |
| HSV(B) | 319.74º | 0.3% | 1% | - |
| XYZ | 71.64 | 59.21 | 82.52 | - |
| YUV | 207.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 230 | 0 | 0.30 | 0.10 | 0 | 319.74 | 1 | 0.85 |
| Hex | FF | B3 | E6 | 0 | 1E | A | 0 | 140 | 64 | 55 |
| Octal | 377 | 263 | 346 | 0 | 36 | 12 | 0 | 500 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11100110 | 0 | 11110 | 1010 | 0 | 101000000 | 1100100 | 1010101 |
Color Harmonies of #FFB3E6
Complementary color
Monochromatic Colors of #FFB3E6
Black with #FFB3E6
Text Example
Text Example
White with #FFB3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3E6; }
p { color: rgb(255,179,230); }
H1.HeaderClassName
{
color: #FFB3E6;
}
.AnyTagClassName
{
color: #FFB3E6;
}
</style>
background-color css
<style>
a { background-color: #FFB3E6; }
a { background-color: rgb(255,179,230); }
div.DivClassName
{
background-color: #FFB3E6;
}
.BgClassName
{
background-color: #FFB3E6;
}
</style>
border-color css
<style>
span { border-color: #FFB3E6; }
span { border-color: rgb(255,179,230); }
td.TdClassName
{
border-color: #FFB3E6;
}
.TagClassName
{
border-color: #FFB3E6;
}
</style>