Shades of Lavender Rose #FFB1EA
Tints of Lavender Rose #FFB1EA
RGB
CMYK
RGB Variations
Color information
#FFB1EA (or 0xFFB1EA) is known color: Lavender Rose. HEX triplet: FF, B1 and EA. RGB value is (255,177,234). Sum of RGB (Red+Green+Blue) = 255+177+234=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 177 (69.53% from 255 or 26.58% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB1EA is #004E15. Grayscale: #CECECE. Windows color (decimal): -19990 or 15380991. OLE color: 15380991.
HSL color Cylindrical-coordinate representation of color #FFB1EA: hue angle of 316.15º 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 #FFB1EA is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 234 | - |
| CMYK | 0 | 0.31 | 0.08 | 0 |
| HSL | 316.15º | 1% | 0.85% | - |
| HSV(B) | 316.15º | 0.31% | 1% | - |
| XYZ | 71.81 | 58.64 | 85.38 | - |
| YUV | 206.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 234 | 0 | 0.31 | 0.08 | 0 | 316.15 | 1 | 0.85 |
| Hex | FF | B1 | EA | 0 | 1F | 8 | 0 | 13C | 64 | 55 |
| Octal | 377 | 261 | 352 | 0 | 37 | 10 | 0 | 474 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11101010 | 0 | 11111 | 1000 | 0 | 100111100 | 1100100 | 1010101 |
Color Harmonies of #FFB1EA
Complementary color
Monochromatic Colors of #FFB1EA
Black with #FFB1EA
Text Example
Text Example
White with #FFB1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1EA; }
p { color: rgb(255,177,234); }
H1.HeaderClassName
{
color: #FFB1EA;
}
.AnyTagClassName
{
color: #FFB1EA;
}
</style>
background-color css
<style>
a { background-color: #FFB1EA; }
a { background-color: rgb(255,177,234); }
div.DivClassName
{
background-color: #FFB1EA;
}
.BgClassName
{
background-color: #FFB1EA;
}
</style>
border-color css
<style>
span { border-color: #FFB1EA; }
span { border-color: rgb(255,177,234); }
td.TdClassName
{
border-color: #FFB1EA;
}
.TagClassName
{
border-color: #FFB1EA;
}
</style>