Shades of Lavender Rose #FFB1F3
Tints of Lavender Rose #FFB1F3
RGB
CMYK
RGB Variations
Color information
#FFB1F3 (or 0xFFB1F3) is known color: Lavender Rose. HEX triplet: FF, B1 and F3. RGB value is (255,177,243). Sum of RGB (Red+Green+Blue) = 255+177+243=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 177 (69.53% from 255 or 26.22% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB1F3 is #004E0C. Grayscale: #CFCFCF. Windows color (decimal): -19981 or 15970815. OLE color: 15970815.
HSL color Cylindrical-coordinate representation of color #FFB1F3: hue angle of 309.23º 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 #FFB1F3 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 243 | - |
| CMYK | 0 | 0.31 | 0.05 | 0 |
| HSL | 309.23º | 1% | 0.85% | - |
| HSV(B) | 309.23º | 0.31% | 1% | - |
| XYZ | 73.14 | 59.18 | 92.36 | - |
| YUV | 207.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 243 | 0 | 0.31 | 0.05 | 0 | 309.23 | 1 | 0.85 |
| Hex | FF | B1 | F3 | 0 | 1F | 5 | 0 | 135 | 64 | 55 |
| Octal | 377 | 261 | 363 | 0 | 37 | 5 | 0 | 465 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11110011 | 0 | 11111 | 101 | 0 | 100110101 | 1100100 | 1010101 |
Color Harmonies of #FFB1F3
Complementary color
Monochromatic Colors of #FFB1F3
Black with #FFB1F3
Text Example
Text Example
White with #FFB1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1F3; }
p { color: rgb(255,177,243); }
H1.HeaderClassName
{
color: #FFB1F3;
}
.AnyTagClassName
{
color: #FFB1F3;
}
</style>
background-color css
<style>
a { background-color: #FFB1F3; }
a { background-color: rgb(255,177,243); }
div.DivClassName
{
background-color: #FFB1F3;
}
.BgClassName
{
background-color: #FFB1F3;
}
</style>
border-color css
<style>
span { border-color: #FFB1F3; }
span { border-color: rgb(255,177,243); }
td.TdClassName
{
border-color: #FFB1F3;
}
.TagClassName
{
border-color: #FFB1F3;
}
</style>