Shades of Lavender Rose #FFB0F6
Tints of Lavender Rose #FFB0F6
RGB
CMYK
RGB Variations
Color information
#FFB0F6 (or 0xFFB0F6) is known color: Lavender Rose. HEX triplet: FF, B0 and F6. RGB value is (255,176,246). Sum of RGB (Red+Green+Blue) = 255+176+246=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 176 (69.14% from 255 or 26.00% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB0F6 is #004F09. Grayscale: #CFCFCF. Windows color (decimal): -20234 or 16167167. OLE color: 16167167.
HSL color Cylindrical-coordinate representation of color #FFB0F6: hue angle of 306.84º 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 #FFB0F6 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 246 | - |
| CMYK | 0 | 0.31 | 0.04 | 0 |
| HSL | 306.84º | 1% | 0.85% | - |
| HSV(B) | 306.84º | 0.31% | 1% | - |
| XYZ | 73.4 | 58.96 | 94.7 | - |
| YUV | 207.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 246 | 0 | 0.31 | 0.04 | 0 | 306.84 | 1 | 0.85 |
| Hex | FF | B0 | F6 | 0 | 1F | 4 | 0 | 133 | 64 | 55 |
| Octal | 377 | 260 | 366 | 0 | 37 | 4 | 0 | 463 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11110110 | 0 | 11111 | 100 | 0 | 100110011 | 1100100 | 1010101 |
Color Harmonies of #FFB0F6
Complementary color
Monochromatic Colors of #FFB0F6
Black with #FFB0F6
Text Example
Text Example
White with #FFB0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0F6; }
p { color: rgb(255,176,246); }
H1.HeaderClassName
{
color: #FFB0F6;
}
.AnyTagClassName
{
color: #FFB0F6;
}
</style>
background-color css
<style>
a { background-color: #FFB0F6; }
a { background-color: rgb(255,176,246); }
div.DivClassName
{
background-color: #FFB0F6;
}
.BgClassName
{
background-color: #FFB0F6;
}
</style>
border-color css
<style>
span { border-color: #FFB0F6; }
span { border-color: rgb(255,176,246); }
td.TdClassName
{
border-color: #FFB0F6;
}
.TagClassName
{
border-color: #FFB0F6;
}
</style>