Shades of Lavender Rose #FFB0E3
Tints of Lavender Rose #FFB0E3
RGB
CMYK
RGB Variations
Color information
#FFB0E3 (or 0xFFB0E3) is known color: Lavender Rose. HEX triplet: FF, B0 and E3. RGB value is (255,176,227). Sum of RGB (Red+Green+Blue) = 255+176+227=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 176 (69.14% from 255 or 26.75% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0E3 is #004F1C. Grayscale: #CDCDCD. Windows color (decimal): -20253 or 14921983. OLE color: 14921983.
HSL color Cylindrical-coordinate representation of color #FFB0E3: hue angle of 321.27º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB0E3 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 227 | - |
| CMYK | 0 | 0.31 | 0.11 | 0 |
| HSL | 321.27º | 1% | 0.85% | - |
| HSV(B) | 321.27º | 0.31% | 1% | - |
| XYZ | 70.63 | 57.86 | 80.12 | - |
| YUV | 205.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 227 | 0 | 0.31 | 0.11 | 0 | 321.27 | 1 | 0.85 |
| Hex | FF | B0 | E3 | 0 | 1F | B | 0 | 141 | 64 | 55 |
| Octal | 377 | 260 | 343 | 0 | 37 | 13 | 0 | 501 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11100011 | 0 | 11111 | 1011 | 0 | 101000001 | 1100100 | 1010101 |
Color Harmonies of #FFB0E3
Complementary color
Monochromatic Colors of #FFB0E3
Black with #FFB0E3
Text Example
Text Example
White with #FFB0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0E3; }
p { color: rgb(255,176,227); }
H1.HeaderClassName
{
color: #FFB0E3;
}
.AnyTagClassName
{
color: #FFB0E3;
}
</style>
background-color css
<style>
a { background-color: #FFB0E3; }
a { background-color: rgb(255,176,227); }
div.DivClassName
{
background-color: #FFB0E3;
}
.BgClassName
{
background-color: #FFB0E3;
}
</style>
border-color css
<style>
span { border-color: #FFB0E3; }
span { border-color: rgb(255,176,227); }
td.TdClassName
{
border-color: #FFB0E3;
}
.TagClassName
{
border-color: #FFB0E3;
}
</style>