Shades of Lavender Rose #FFB0E5
Tints of Lavender Rose #FFB0E5
RGB
CMYK
RGB Variations
Color information
#FFB0E5 (or 0xFFB0E5) is known color: Lavender Rose. HEX triplet: FF, B0 and E5. RGB value is (255,176,229). Sum of RGB (Red+Green+Blue) = 255+176+229=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 176 (69.14% from 255 or 26.67% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0E5 is #004F1A. Grayscale: #CDCDCD. Windows color (decimal): -20251 or 15053055. OLE color: 15053055.
HSL color Cylindrical-coordinate representation of color #FFB0E5: hue angle of 319.75º 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 #FFB0E5 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 229 | - |
| CMYK | 0 | 0.31 | 0.10 | 0 |
| HSL | 319.75º | 1% | 0.85% | - |
| HSV(B) | 319.75º | 0.31% | 1% | - |
| XYZ | 70.91 | 57.97 | 81.58 | - |
| YUV | 205.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 229 | 0 | 0.31 | 0.10 | 0 | 319.75 | 1 | 0.85 |
| Hex | FF | B0 | E5 | 0 | 1F | A | 0 | 140 | 64 | 55 |
| Octal | 377 | 260 | 345 | 0 | 37 | 12 | 0 | 500 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11100101 | 0 | 11111 | 1010 | 0 | 101000000 | 1100100 | 1010101 |
Color Harmonies of #FFB0E5
Complementary color
Monochromatic Colors of #FFB0E5
Black with #FFB0E5
Text Example
Text Example
White with #FFB0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0E5; }
p { color: rgb(255,176,229); }
H1.HeaderClassName
{
color: #FFB0E5;
}
.AnyTagClassName
{
color: #FFB0E5;
}
</style>
background-color css
<style>
a { background-color: #FFB0E5; }
a { background-color: rgb(255,176,229); }
div.DivClassName
{
background-color: #FFB0E5;
}
.BgClassName
{
background-color: #FFB0E5;
}
</style>
border-color css
<style>
span { border-color: #FFB0E5; }
span { border-color: rgb(255,176,229); }
td.TdClassName
{
border-color: #FFB0E5;
}
.TagClassName
{
border-color: #FFB0E5;
}
</style>