Shades of Lavender Rose #FFB7E9
Tints of Lavender Rose #FFB7E9
RGB
CMYK
RGB Variations
Color information
#FFB7E9 (or 0xFFB7E9) is known color: Lavender Rose. HEX triplet: FF, B7 and E9. RGB value is (255,183,233). Sum of RGB (Red+Green+Blue) = 255+183+233=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 183 (71.88% from 255 or 27.27% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7E9 is #004816. Grayscale: #D2D2D2. Windows color (decimal): -18455 or 15316991. OLE color: 15316991.
HSL color Cylindrical-coordinate representation of color #FFB7E9: hue angle of 318.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB7E9 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 233 | - |
| CMYK | 0 | 0.28 | 0.09 | 0 |
| HSL | 318.33º | 1% | 0.86% | - |
| HSV(B) | 318.33º | 0.28% | 1% | - |
| XYZ | 72.88 | 61.01 | 85.03 | - |
| YUV | 210.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 233 | 0 | 0.28 | 0.09 | 0 | 318.33 | 1 | 0.86 |
| Hex | FF | B7 | E9 | 0 | 1C | 9 | 0 | 13E | 64 | 56 |
| Octal | 377 | 267 | 351 | 0 | 34 | 11 | 0 | 476 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11101001 | 0 | 11100 | 1001 | 0 | 100111110 | 1100100 | 1010110 |
Color Harmonies of #FFB7E9
Complementary color
Monochromatic Colors of #FFB7E9
Black with #FFB7E9
Text Example
Text Example
White with #FFB7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7E9; }
p { color: rgb(255,183,233); }
H1.HeaderClassName
{
color: #FFB7E9;
}
.AnyTagClassName
{
color: #FFB7E9;
}
</style>
background-color css
<style>
a { background-color: #FFB7E9; }
a { background-color: rgb(255,183,233); }
div.DivClassName
{
background-color: #FFB7E9;
}
.BgClassName
{
background-color: #FFB7E9;
}
</style>
border-color css
<style>
span { border-color: #FFB7E9; }
span { border-color: rgb(255,183,233); }
td.TdClassName
{
border-color: #FFB7E9;
}
.TagClassName
{
border-color: #FFB7E9;
}
</style>