Shades of Lavender Rose #FFB1ED
Tints of Lavender Rose #FFB1ED
RGB
CMYK
RGB Variations
Color information
#FFB1ED (or 0xFFB1ED) is known color: Lavender Rose. HEX triplet: FF, B1 and ED. RGB value is (255,177,237). Sum of RGB (Red+Green+Blue) = 255+177+237=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 177 (69.53% from 255 or 26.46% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB1ED is #004E12. Grayscale: #CFCFCF. Windows color (decimal): -19987 or 15577599. OLE color: 15577599.
HSL color Cylindrical-coordinate representation of color #FFB1ED: hue angle of 313.85º 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 #FFB1ED is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 237 | - |
| CMYK | 0 | 0.31 | 0.07 | 0 |
| HSL | 313.85º | 1% | 0.85% | - |
| HSV(B) | 313.85º | 0.31% | 1% | - |
| XYZ | 72.25 | 58.82 | 87.67 | - |
| YUV | 207.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 237 | 0 | 0.31 | 0.07 | 0 | 313.85 | 1 | 0.85 |
| Hex | FF | B1 | ED | 0 | 1F | 7 | 0 | 13A | 64 | 55 |
| Octal | 377 | 261 | 355 | 0 | 37 | 7 | 0 | 472 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11101101 | 0 | 11111 | 111 | 0 | 100111010 | 1100100 | 1010101 |
Color Harmonies of #FFB1ED
Complementary color
Monochromatic Colors of #FFB1ED
Black with #FFB1ED
Text Example
Text Example
White with #FFB1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1ED; }
p { color: rgb(255,177,237); }
H1.HeaderClassName
{
color: #FFB1ED;
}
.AnyTagClassName
{
color: #FFB1ED;
}
</style>
background-color css
<style>
a { background-color: #FFB1ED; }
a { background-color: rgb(255,177,237); }
div.DivClassName
{
background-color: #FFB1ED;
}
.BgClassName
{
background-color: #FFB1ED;
}
</style>
border-color css
<style>
span { border-color: #FFB1ED; }
span { border-color: rgb(255,177,237); }
td.TdClassName
{
border-color: #FFB1ED;
}
.TagClassName
{
border-color: #FFB1ED;
}
</style>