Shades of Lavender Rose #FFB1E3
Tints of Lavender Rose #FFB1E3
RGB
CMYK
RGB Variations
Color information
#FFB1E3 (or 0xFFB1E3) is known color: Lavender Rose. HEX triplet: FF, B1 and E3. RGB value is (255,177,227). Sum of RGB (Red+Green+Blue) = 255+177+227=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 177 (69.53% from 255 or 26.86% from 659); Blue value is 227 (89.06% from 255 or 34.45% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1E3 is #004E1C. Grayscale: #CDCDCD. Windows color (decimal): -19997 or 14922239. OLE color: 14922239.
HSL color Cylindrical-coordinate representation of color #FFB1E3: hue angle of 321.54º 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 #FFB1E3 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 227 | - |
| CMYK | 0 | 0.31 | 0.11 | 0 |
| HSL | 321.54º | 1% | 0.85% | - |
| HSV(B) | 321.54º | 0.31% | 1% | - |
| XYZ | 70.83 | 58.25 | 80.18 | - |
| YUV | 206.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 227 | 0 | 0.31 | 0.11 | 0 | 321.54 | 1 | 0.85 |
| Hex | FF | B1 | E3 | 0 | 1F | B | 0 | 142 | 64 | 55 |
| Octal | 377 | 261 | 343 | 0 | 37 | 13 | 0 | 502 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11100011 | 0 | 11111 | 1011 | 0 | 101000010 | 1100100 | 1010101 |
Color Harmonies of #FFB1E3
Complementary color
Monochromatic Colors of #FFB1E3
Black with #FFB1E3
Text Example
Text Example
White with #FFB1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1E3; }
p { color: rgb(255,177,227); }
H1.HeaderClassName
{
color: #FFB1E3;
}
.AnyTagClassName
{
color: #FFB1E3;
}
</style>
background-color css
<style>
a { background-color: #FFB1E3; }
a { background-color: rgb(255,177,227); }
div.DivClassName
{
background-color: #FFB1E3;
}
.BgClassName
{
background-color: #FFB1E3;
}
</style>
border-color css
<style>
span { border-color: #FFB1E3; }
span { border-color: rgb(255,177,227); }
td.TdClassName
{
border-color: #FFB1E3;
}
.TagClassName
{
border-color: #FFB1E3;
}
</style>