Shades of Lavender Rose #FFB1E2
Tints of Lavender Rose #FFB1E2
RGB
CMYK
RGB Variations
Color information
#FFB1E2 (or 0xFFB1E2) is known color: Lavender Rose. HEX triplet: FF, B1 and E2. RGB value is (255,177,226). Sum of RGB (Red+Green+Blue) = 255+177+226=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 177 (69.53% from 255 or 26.90% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1E2 is #004E1D. Grayscale: #CDCDCD. Windows color (decimal): -19998 or 14856703. OLE color: 14856703.
HSL color Cylindrical-coordinate representation of color #FFB1E2: hue angle of 322.31º 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 #FFB1E2 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 226 | - |
| CMYK | 0 | 0.31 | 0.11 | 0 |
| HSL | 322.31º | 1% | 0.85% | - |
| HSV(B) | 322.31º | 0.31% | 1% | - |
| XYZ | 70.69 | 58.2 | 79.46 | - |
| YUV | 205.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 226 | 0 | 0.31 | 0.11 | 0 | 322.31 | 1 | 0.85 |
| Hex | FF | B1 | E2 | 0 | 1F | B | 0 | 142 | 64 | 55 |
| Octal | 377 | 261 | 342 | 0 | 37 | 13 | 0 | 502 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11100010 | 0 | 11111 | 1011 | 0 | 101000010 | 1100100 | 1010101 |
Color Harmonies of #FFB1E2
Complementary color
Monochromatic Colors of #FFB1E2
Black with #FFB1E2
Text Example
Text Example
White with #FFB1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1E2; }
p { color: rgb(255,177,226); }
H1.HeaderClassName
{
color: #FFB1E2;
}
.AnyTagClassName
{
color: #FFB1E2;
}
</style>
background-color css
<style>
a { background-color: #FFB1E2; }
a { background-color: rgb(255,177,226); }
div.DivClassName
{
background-color: #FFB1E2;
}
.BgClassName
{
background-color: #FFB1E2;
}
</style>
border-color css
<style>
span { border-color: #FFB1E2; }
span { border-color: rgb(255,177,226); }
td.TdClassName
{
border-color: #FFB1E2;
}
.TagClassName
{
border-color: #FFB1E2;
}
</style>