Shades of Lavender Rose #FFB3EA
Tints of Lavender Rose #FFB3EA
RGB
CMYK
RGB Variations
Color information
#FFB3EA (or 0xFFB3EA) is known color: Lavender Rose. HEX triplet: FF, B3 and EA. RGB value is (255,179,234). Sum of RGB (Red+Green+Blue) = 255+179+234=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 179 (70.31% from 255 or 26.80% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3EA is #004C15. Grayscale: #CFCFCF. Windows color (decimal): -19478 or 15381503. OLE color: 15381503.
HSL color Cylindrical-coordinate representation of color #FFB3EA: hue angle of 316.58º 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 #FFB3EA is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 234 | - |
| CMYK | 0 | 0.30 | 0.08 | 0 |
| HSL | 316.58º | 1% | 0.85% | - |
| HSV(B) | 316.58º | 0.3% | 1% | - |
| XYZ | 72.21 | 59.44 | 85.51 | - |
| YUV | 207.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 234 | 0 | 0.30 | 0.08 | 0 | 316.58 | 1 | 0.85 |
| Hex | FF | B3 | EA | 0 | 1E | 8 | 0 | 13D | 64 | 55 |
| Octal | 377 | 263 | 352 | 0 | 36 | 10 | 0 | 475 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11101010 | 0 | 11110 | 1000 | 0 | 100111101 | 1100100 | 1010101 |
Color Harmonies of #FFB3EA
Complementary color
Monochromatic Colors of #FFB3EA
Black with #FFB3EA
Text Example
Text Example
White with #FFB3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3EA; }
p { color: rgb(255,179,234); }
H1.HeaderClassName
{
color: #FFB3EA;
}
.AnyTagClassName
{
color: #FFB3EA;
}
</style>
background-color css
<style>
a { background-color: #FFB3EA; }
a { background-color: rgb(255,179,234); }
div.DivClassName
{
background-color: #FFB3EA;
}
.BgClassName
{
background-color: #FFB3EA;
}
</style>
border-color css
<style>
span { border-color: #FFB3EA; }
span { border-color: rgb(255,179,234); }
td.TdClassName
{
border-color: #FFB3EA;
}
.TagClassName
{
border-color: #FFB3EA;
}
</style>