Shades of Lavender Rose #FFB6E6
Tints of Lavender Rose #FFB6E6
RGB
CMYK
RGB Variations
Color information
#FFB6E6 (or 0xFFB6E6) is known color: Lavender Rose. HEX triplet: FF, B6 and E6. RGB value is (255,182,230). Sum of RGB (Red+Green+Blue) = 255+182+230=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 182 (71.48% from 255 or 27.29% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6E6 is #004919. Grayscale: #D1D1D1. Windows color (decimal): -18714 or 15120127. OLE color: 15120127.
HSL color Cylindrical-coordinate representation of color #FFB6E6: hue angle of 320.55º 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 #FFB6E6 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 182 | 230 | - |
CMYK | 0 | 0.29 | 0.10 | 0 |
HSL | 320.55º | 1% | 0.86% | - |
HSV(B) | 320.55º | 0.29% | 1% | - |
XYZ | 72.25 | 60.43 | 82.72 | - |
YUV | 209.3 | 139.68 | 160.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 182 | 230 | 0 | 0.29 | 0.10 | 0 | 320.55 | 1 | 0.86 |
Hex | FF | B6 | E6 | 0 | 1D | A | 0 | 141 | 64 | 56 |
Octal | 377 | 266 | 346 | 0 | 35 | 12 | 0 | 501 | 144 | 126 |
Binary | 11111111 | 10110110 | 11100110 | 0 | 11101 | 1010 | 0 | 101000001 | 1100100 | 1010110 |
Color Harmonies of #FFB6E6
Complementary color
Monochromatic Colors of #FFB6E6
Black with #FFB6E6
Text Example
Text Example
White with #FFB6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6E6; }
p { color: rgb(255,182,230); }
H1.HeaderClassName
{
color: #FFB6E6;
}
.AnyTagClassName
{
color: #FFB6E6;
}
</style>
background-color css
<style>
a { background-color: #FFB6E6; }
a { background-color: rgb(255,182,230); }
div.DivClassName
{
background-color: #FFB6E6;
}
.BgClassName
{
background-color: #FFB6E6;
}
</style>
border-color css
<style>
span { border-color: #FFB6E6; }
span { border-color: rgb(255,182,230); }
td.TdClassName
{
border-color: #FFB6E6;
}
.TagClassName
{
border-color: #FFB6E6;
}
</style>