Shades of Lavender Rose #FFB6E5
Tints of Lavender Rose #FFB6E5
RGB
CMYK
RGB Variations
Color information
#FFB6E5 (or 0xFFB6E5) is known color: Lavender Rose. HEX triplet: FF, B6 and E5. RGB value is (255,182,229). Sum of RGB (Red+Green+Blue) = 255+182+229=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 182 (71.48% from 255 or 27.33% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6E5 is #00491A. Grayscale: #D1D1D1. Windows color (decimal): -18715 or 15054591. OLE color: 15054591.
HSL color Cylindrical-coordinate representation of color #FFB6E5: hue angle of 321.37º 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 #FFB6E5 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 229 | - |
| CMYK | 0 | 0.29 | 0.10 | 0 |
| HSL | 321.37º | 1% | 0.86% | - |
| HSV(B) | 321.37º | 0.29% | 1% | - |
| XYZ | 72.11 | 60.37 | 81.98 | - |
| YUV | 209.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 229 | 0 | 0.29 | 0.10 | 0 | 321.37 | 1 | 0.86 |
| Hex | FF | B6 | E5 | 0 | 1D | A | 0 | 141 | 64 | 56 |
| Octal | 377 | 266 | 345 | 0 | 35 | 12 | 0 | 501 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11100101 | 0 | 11101 | 1010 | 0 | 101000001 | 1100100 | 1010110 |
Color Harmonies of #FFB6E5
Complementary color
Monochromatic Colors of #FFB6E5
Black with #FFB6E5
Text Example
Text Example
White with #FFB6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6E5; }
p { color: rgb(255,182,229); }
H1.HeaderClassName
{
color: #FFB6E5;
}
.AnyTagClassName
{
color: #FFB6E5;
}
</style>
background-color css
<style>
a { background-color: #FFB6E5; }
a { background-color: rgb(255,182,229); }
div.DivClassName
{
background-color: #FFB6E5;
}
.BgClassName
{
background-color: #FFB6E5;
}
</style>
border-color css
<style>
span { border-color: #FFB6E5; }
span { border-color: rgb(255,182,229); }
td.TdClassName
{
border-color: #FFB6E5;
}
.TagClassName
{
border-color: #FFB6E5;
}
</style>