Shades of Lavender Rose #FFB6FB
Tints of Lavender Rose #FFB6FB
RGB
CMYK
RGB Variations
Color information
#FFB6FB (or 0xFFB6FB) is known color: Lavender Rose. HEX triplet: FF, B6 and FB. RGB value is (255,182,251). Sum of RGB (Red+Green+Blue) = 255+182+251=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 182 (71.48% from 255 or 26.45% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6FB is #004904. Grayscale: #D3D3D3. Windows color (decimal): -18693 or 16496383. OLE color: 16496383.
HSL color Cylindrical-coordinate representation of color #FFB6FB: hue angle of 303.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6FB is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 251 | - |
| CMYK | 0 | 0.29 | 0.02 | 0 |
| HSL | 303.29º | 1% | 0.86% | - |
| HSV(B) | 303.29º | 0.29% | 1% | - |
| XYZ | 75.38 | 61.68 | 99.2 | - |
| YUV | 211.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 251 | 0 | 0.29 | 0.02 | 0 | 303.29 | 1 | 0.86 |
| Hex | FF | B6 | FB | 0 | 1D | 2 | 0 | 12F | 64 | 56 |
| Octal | 377 | 266 | 373 | 0 | 35 | 2 | 0 | 457 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11111011 | 0 | 11101 | 10 | 0 | 100101111 | 1100100 | 1010110 |
Color Harmonies of #FFB6FB
Complementary color
Monochromatic Colors of #FFB6FB
Black with #FFB6FB
Text Example
Text Example
White with #FFB6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6FB; }
p { color: rgb(255,182,251); }
H1.HeaderClassName
{
color: #FFB6FB;
}
.AnyTagClassName
{
color: #FFB6FB;
}
</style>
background-color css
<style>
a { background-color: #FFB6FB; }
a { background-color: rgb(255,182,251); }
div.DivClassName
{
background-color: #FFB6FB;
}
.BgClassName
{
background-color: #FFB6FB;
}
</style>
border-color css
<style>
span { border-color: #FFB6FB; }
span { border-color: rgb(255,182,251); }
td.TdClassName
{
border-color: #FFB6FB;
}
.TagClassName
{
border-color: #FFB6FB;
}
</style>