Shades of Lavender Rose #FFB1F0
Tints of Lavender Rose #FFB1F0
RGB
CMYK
RGB Variations
Color information
#FFB1F0 (or 0xFFB1F0) is known color: Lavender Rose. HEX triplet: FF, B1 and F0. RGB value is (255,177,240). Sum of RGB (Red+Green+Blue) = 255+177+240=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 177 (69.53% from 255 or 26.34% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB1F0 is #004E0F. Grayscale: #CFCFCF. Windows color (decimal): -19984 or 15774207. OLE color: 15774207.
HSL color Cylindrical-coordinate representation of color #FFB1F0: hue angle of 311.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 #FFB1F0 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 240 | - |
| CMYK | 0 | 0.31 | 0.06 | 0 |
| HSL | 311.54º | 1% | 0.85% | - |
| HSV(B) | 311.54º | 0.31% | 1% | - |
| XYZ | 72.69 | 59 | 89.99 | - |
| YUV | 207.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 240 | 0 | 0.31 | 0.06 | 0 | 311.54 | 1 | 0.85 |
| Hex | FF | B1 | F0 | 0 | 1F | 6 | 0 | 138 | 64 | 55 |
| Octal | 377 | 261 | 360 | 0 | 37 | 6 | 0 | 470 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11110000 | 0 | 11111 | 110 | 0 | 100111000 | 1100100 | 1010101 |
Color Harmonies of #FFB1F0
Complementary color
Monochromatic Colors of #FFB1F0
Black with #FFB1F0
Text Example
Text Example
White with #FFB1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1F0; }
p { color: rgb(255,177,240); }
H1.HeaderClassName
{
color: #FFB1F0;
}
.AnyTagClassName
{
color: #FFB1F0;
}
</style>
background-color css
<style>
a { background-color: #FFB1F0; }
a { background-color: rgb(255,177,240); }
div.DivClassName
{
background-color: #FFB1F0;
}
.BgClassName
{
background-color: #FFB1F0;
}
</style>
border-color css
<style>
span { border-color: #FFB1F0; }
span { border-color: rgb(255,177,240); }
td.TdClassName
{
border-color: #FFB1F0;
}
.TagClassName
{
border-color: #FFB1F0;
}
</style>