Shades of Lavender Rose #FFB6EE
Tints of Lavender Rose #FFB6EE
RGB
CMYK
RGB Variations
Color information
#FFB6EE (or 0xFFB6EE) is known color: Lavender Rose. HEX triplet: FF, B6 and EE. RGB value is (255,182,238). Sum of RGB (Red+Green+Blue) = 255+182+238=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 182 (71.48% from 255 or 26.96% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6EE is #004911. Grayscale: #D2D2D2. Windows color (decimal): -18706 or 15644415. OLE color: 15644415.
HSL color Cylindrical-coordinate representation of color #FFB6EE: hue angle of 313.97º 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 #FFB6EE is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 238 | - |
| CMYK | 0 | 0.29 | 0.07 | 0 |
| HSL | 313.97º | 1% | 0.86% | - |
| HSV(B) | 313.97º | 0.29% | 1% | - |
| XYZ | 73.4 | 60.89 | 88.77 | - |
| YUV | 210.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 238 | 0 | 0.29 | 0.07 | 0 | 313.97 | 1 | 0.86 |
| Hex | FF | B6 | EE | 0 | 1D | 7 | 0 | 13A | 64 | 56 |
| Octal | 377 | 266 | 356 | 0 | 35 | 7 | 0 | 472 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11101110 | 0 | 11101 | 111 | 0 | 100111010 | 1100100 | 1010110 |
Color Harmonies of #FFB6EE
Complementary color
Monochromatic Colors of #FFB6EE
Black with #FFB6EE
Text Example
Text Example
White with #FFB6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6EE; }
p { color: rgb(255,182,238); }
H1.HeaderClassName
{
color: #FFB6EE;
}
.AnyTagClassName
{
color: #FFB6EE;
}
</style>
background-color css
<style>
a { background-color: #FFB6EE; }
a { background-color: rgb(255,182,238); }
div.DivClassName
{
background-color: #FFB6EE;
}
.BgClassName
{
background-color: #FFB6EE;
}
</style>
border-color css
<style>
span { border-color: #FFB6EE; }
span { border-color: rgb(255,182,238); }
td.TdClassName
{
border-color: #FFB6EE;
}
.TagClassName
{
border-color: #FFB6EE;
}
</style>