Shades of Lavender Rose #FFB6FF
Tints of Lavender Rose #FFB6FF
RGB
CMYK
RGB Variations
Color information
#FFB6FF (or 0xFFB6FF) is known color: Lavender Rose. HEX triplet: FF, B6 and FF. RGB value is (255,182,255). Sum of RGB (Red+Green+Blue) = 255+182+255=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 182 (71.48% from 255 or 26.30% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFB6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6FF is #004900. Grayscale: #D3D3D3. Windows color (decimal): -18689 or 16758527. OLE color: 16758527.
HSL color Cylindrical-coordinate representation of color #FFB6FF: hue angle of 300º 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 #FFB6FF is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 255 | - |
| CMYK | 0 | 0.29 | 0 | 0 |
| HSL | 300º | 1% | 0.86% | - |
| HSV(B) | 300º | 0.29% | 1% | - |
| XYZ | 76.02 | 61.94 | 102.56 | - |
| YUV | 212.15 | 152.18 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 255 | 0 | 0.29 | 0 | 0 | 300 | 1 | 0.86 |
| Hex | FF | B6 | FF | 0 | 1D | 0 | 0 | 12C | 64 | 56 |
| Octal | 377 | 266 | 377 | 0 | 35 | 0 | 0 | 454 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11111111 | 0 | 11101 | 0 | 0 | 100101100 | 1100100 | 1010110 |
Color Harmonies of #FFB6FF
Complementary color
Monochromatic Colors of #FFB6FF
Black with #FFB6FF
Text Example
Text Example
White with #FFB6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6FF; }
p { color: rgb(255,182,255); }
H1.HeaderClassName
{
color: #FFB6FF;
}
.AnyTagClassName
{
color: #FFB6FF;
}
</style>
background-color css
<style>
a { background-color: #FFB6FF; }
a { background-color: rgb(255,182,255); }
div.DivClassName
{
background-color: #FFB6FF;
}
.BgClassName
{
background-color: #FFB6FF;
}
</style>
border-color css
<style>
span { border-color: #FFB6FF; }
span { border-color: rgb(255,182,255); }
td.TdClassName
{
border-color: #FFB6FF;
}
.TagClassName
{
border-color: #FFB6FF;
}
</style>