Shades of Lavender Rose #FFB1E5
Tints of Lavender Rose #FFB1E5
RGB
CMYK
RGB Variations
Color information
#FFB1E5 (or 0xFFB1E5) is known color: Lavender Rose. HEX triplet: FF, B1 and E5. RGB value is (255,177,229). Sum of RGB (Red+Green+Blue) = 255+177+229=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 177 (69.53% from 255 or 26.78% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1E5 is #004E1A. Grayscale: #CECECE. Windows color (decimal): -19995 or 15053311. OLE color: 15053311.
HSL color Cylindrical-coordinate representation of color #FFB1E5: hue angle of 320º 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 #FFB1E5 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 229 | - |
| CMYK | 0 | 0.31 | 0.10 | 0 |
| HSL | 320º | 1% | 0.85% | - |
| HSV(B) | 320º | 0.31% | 1% | - |
| XYZ | 71.11 | 58.36 | 81.65 | - |
| YUV | 206.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 229 | 0 | 0.31 | 0.10 | 0 | 320 | 1 | 0.85 |
| Hex | FF | B1 | E5 | 0 | 1F | A | 0 | 140 | 64 | 55 |
| Octal | 377 | 261 | 345 | 0 | 37 | 12 | 0 | 500 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11100101 | 0 | 11111 | 1010 | 0 | 101000000 | 1100100 | 1010101 |
Color Harmonies of #FFB1E5
Complementary color
Monochromatic Colors of #FFB1E5
Black with #FFB1E5
Text Example
Text Example
White with #FFB1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1E5; }
p { color: rgb(255,177,229); }
H1.HeaderClassName
{
color: #FFB1E5;
}
.AnyTagClassName
{
color: #FFB1E5;
}
</style>
background-color css
<style>
a { background-color: #FFB1E5; }
a { background-color: rgb(255,177,229); }
div.DivClassName
{
background-color: #FFB1E5;
}
.BgClassName
{
background-color: #FFB1E5;
}
</style>
border-color css
<style>
span { border-color: #FFB1E5; }
span { border-color: rgb(255,177,229); }
td.TdClassName
{
border-color: #FFB1E5;
}
.TagClassName
{
border-color: #FFB1E5;
}
</style>