Shades of Lavender Rose #FFB1E7
Tints of Lavender Rose #FFB1E7
RGB
CMYK
RGB Variations
Color information
#FFB1E7 (or 0xFFB1E7) is known color: Lavender Rose. HEX triplet: FF, B1 and E7. RGB value is (255,177,231). Sum of RGB (Red+Green+Blue) = 255+177+231=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 177 (69.53% from 255 or 26.70% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB1E7 is #004E18. Grayscale: #CECECE. Windows color (decimal): -19993 or 15184383. OLE color: 15184383.
HSL color Cylindrical-coordinate representation of color #FFB1E7: hue angle of 318.46º 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 #FFB1E7 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 231 | - |
| CMYK | 0 | 0.31 | 0.09 | 0 |
| HSL | 318.46º | 1% | 0.85% | - |
| HSV(B) | 318.46º | 0.31% | 1% | - |
| XYZ | 71.39 | 58.47 | 83.13 | - |
| YUV | 206.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 231 | 0 | 0.31 | 0.09 | 0 | 318.46 | 1 | 0.85 |
| Hex | FF | B1 | E7 | 0 | 1F | 9 | 0 | 13E | 64 | 55 |
| Octal | 377 | 261 | 347 | 0 | 37 | 11 | 0 | 476 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11100111 | 0 | 11111 | 1001 | 0 | 100111110 | 1100100 | 1010101 |
Color Harmonies of #FFB1E7
Complementary color
Monochromatic Colors of #FFB1E7
Black with #FFB1E7
Text Example
Text Example
White with #FFB1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1E7; }
p { color: rgb(255,177,231); }
H1.HeaderClassName
{
color: #FFB1E7;
}
.AnyTagClassName
{
color: #FFB1E7;
}
</style>
background-color css
<style>
a { background-color: #FFB1E7; }
a { background-color: rgb(255,177,231); }
div.DivClassName
{
background-color: #FFB1E7;
}
.BgClassName
{
background-color: #FFB1E7;
}
</style>
border-color css
<style>
span { border-color: #FFB1E7; }
span { border-color: rgb(255,177,231); }
td.TdClassName
{
border-color: #FFB1E7;
}
.TagClassName
{
border-color: #FFB1E7;
}
</style>