Shades of Lavender Rose #FFB1F2
Tints of Lavender Rose #FFB1F2
RGB
CMYK
RGB Variations
Color information
#FFB1F2 (or 0xFFB1F2) is known color: Lavender Rose. HEX triplet: FF, B1 and F2. RGB value is (255,177,242). Sum of RGB (Red+Green+Blue) = 255+177+242=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 177 (69.53% from 255 or 26.26% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB1F2 is #004E0D. Grayscale: #CFCFCF. Windows color (decimal): -19982 or 15905279. OLE color: 15905279.
HSL color Cylindrical-coordinate representation of color #FFB1F2: hue angle of 310º 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 #FFB1F2 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 242 | - |
| CMYK | 0 | 0.31 | 0.05 | 0 |
| HSL | 310º | 1% | 0.85% | - |
| HSV(B) | 310º | 0.31% | 1% | - |
| XYZ | 72.99 | 59.12 | 91.57 | - |
| YUV | 207.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 242 | 0 | 0.31 | 0.05 | 0 | 310 | 1 | 0.85 |
| Hex | FF | B1 | F2 | 0 | 1F | 5 | 0 | 136 | 64 | 55 |
| Octal | 377 | 261 | 362 | 0 | 37 | 5 | 0 | 466 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11110010 | 0 | 11111 | 101 | 0 | 100110110 | 1100100 | 1010101 |
Color Harmonies of #FFB1F2
Complementary color
Monochromatic Colors of #FFB1F2
Black with #FFB1F2
Text Example
Text Example
White with #FFB1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1F2; }
p { color: rgb(255,177,242); }
H1.HeaderClassName
{
color: #FFB1F2;
}
.AnyTagClassName
{
color: #FFB1F2;
}
</style>
background-color css
<style>
a { background-color: #FFB1F2; }
a { background-color: rgb(255,177,242); }
div.DivClassName
{
background-color: #FFB1F2;
}
.BgClassName
{
background-color: #FFB1F2;
}
</style>
border-color css
<style>
span { border-color: #FFB1F2; }
span { border-color: rgb(255,177,242); }
td.TdClassName
{
border-color: #FFB1F2;
}
.TagClassName
{
border-color: #FFB1F2;
}
</style>