Shades of Lavender Rose #FFB0E7
Tints of Lavender Rose #FFB0E7
RGB
CMYK
RGB Variations
Color information
#FFB0E7 (or 0xFFB0E7) is known color: Lavender Rose. HEX triplet: FF, B0 and E7. RGB value is (255,176,231). Sum of RGB (Red+Green+Blue) = 255+176+231=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 176 (69.14% from 255 or 26.59% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB0E7 is #004F18. Grayscale: #CDCDCD. Windows color (decimal): -20249 or 15184127. OLE color: 15184127.
HSL color Cylindrical-coordinate representation of color #FFB0E7: hue angle of 318.23º 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 #FFB0E7 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 231 | - |
| CMYK | 0 | 0.31 | 0.09 | 0 |
| HSL | 318.23º | 1% | 0.85% | - |
| HSV(B) | 318.23º | 0.31% | 1% | - |
| XYZ | 71.19 | 58.08 | 83.06 | - |
| YUV | 205.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 231 | 0 | 0.31 | 0.09 | 0 | 318.23 | 1 | 0.85 |
| Hex | FF | B0 | E7 | 0 | 1F | 9 | 0 | 13E | 64 | 55 |
| Octal | 377 | 260 | 347 | 0 | 37 | 11 | 0 | 476 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11100111 | 0 | 11111 | 1001 | 0 | 100111110 | 1100100 | 1010101 |
Color Harmonies of #FFB0E7
Complementary color
Monochromatic Colors of #FFB0E7
Black with #FFB0E7
Text Example
Text Example
White with #FFB0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0E7; }
p { color: rgb(255,176,231); }
H1.HeaderClassName
{
color: #FFB0E7;
}
.AnyTagClassName
{
color: #FFB0E7;
}
</style>
background-color css
<style>
a { background-color: #FFB0E7; }
a { background-color: rgb(255,176,231); }
div.DivClassName
{
background-color: #FFB0E7;
}
.BgClassName
{
background-color: #FFB0E7;
}
</style>
border-color css
<style>
span { border-color: #FFB0E7; }
span { border-color: rgb(255,176,231); }
td.TdClassName
{
border-color: #FFB0E7;
}
.TagClassName
{
border-color: #FFB0E7;
}
</style>