Shades of Lavender Rose #FFB5E8
Tints of Lavender Rose #FFB5E8
RGB
CMYK
RGB Variations
Color information
#FFB5E8 (or 0xFFB5E8) is known color: Lavender Rose. HEX triplet: FF, B5 and E8. RGB value is (255,181,232). Sum of RGB (Red+Green+Blue) = 255+181+232=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 181 (71.09% from 255 or 27.10% from 668); Blue value is 232 (91.02% from 255 or 34.73% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5E8 is #004A17. Grayscale: #D0D0D0. Windows color (decimal): -18968 or 15250943. OLE color: 15250943.
HSL color Cylindrical-coordinate representation of color #FFB5E8: hue angle of 318.65º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5E8 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 181 | 232 | - |
CMYK | 0 | 0.29 | 0.09 | 0 |
HSL | 318.65º | 1% | 0.85% | - |
HSV(B) | 318.65º | 0.29% | 1% | - |
XYZ | 72.33 | 60.13 | 84.14 | - |
YUV | 208.94 | 141.02 | 160.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 181 | 232 | 0 | 0.29 | 0.09 | 0 | 318.65 | 1 | 0.85 |
Hex | FF | B5 | E8 | 0 | 1D | 9 | 0 | 13F | 64 | 55 |
Octal | 377 | 265 | 350 | 0 | 35 | 11 | 0 | 477 | 144 | 125 |
Binary | 11111111 | 10110101 | 11101000 | 0 | 11101 | 1001 | 0 | 100111111 | 1100100 | 1010101 |
Color Harmonies of #FFB5E8
Complementary color
Monochromatic Colors of #FFB5E8
Black with #FFB5E8
Text Example
Text Example
White with #FFB5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5E8; }
p { color: rgb(255,181,232); }
H1.HeaderClassName
{
color: #FFB5E8;
}
.AnyTagClassName
{
color: #FFB5E8;
}
</style>
background-color css
<style>
a { background-color: #FFB5E8; }
a { background-color: rgb(255,181,232); }
div.DivClassName
{
background-color: #FFB5E8;
}
.BgClassName
{
background-color: #FFB5E8;
}
</style>
border-color css
<style>
span { border-color: #FFB5E8; }
span { border-color: rgb(255,181,232); }
td.TdClassName
{
border-color: #FFB5E8;
}
.TagClassName
{
border-color: #FFB5E8;
}
</style>