Shades of Lavender Rose #FFB5E4
Tints of Lavender Rose #FFB5E4
RGB
CMYK
RGB Variations
Color information
#FFB5E4 (or 0xFFB5E4) is known color: Lavender Rose. HEX triplet: FF, B5 and E4. RGB value is (255,181,228). Sum of RGB (Red+Green+Blue) = 255+181+228=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 181 (71.09% from 255 or 27.26% from 664); Blue value is 228 (89.45% from 255 or 34.34% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5E4 is #004A1B. Grayscale: #D0D0D0. Windows color (decimal): -18972 or 14988799. OLE color: 14988799.
HSL color Cylindrical-coordinate representation of color #FFB5E4: hue angle of 321.89º 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 #FFB5E4 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 181 | 228 | - |
CMYK | 0 | 0.29 | 0.11 | 0 |
HSL | 321.89º | 1% | 0.85% | - |
HSV(B) | 321.89º | 0.29% | 1% | - |
XYZ | 71.77 | 59.91 | 81.18 | - |
YUV | 208.48 | 139.02 | 161.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 181 | 228 | 0 | 0.29 | 0.11 | 0 | 321.89 | 1 | 0.85 |
Hex | FF | B5 | E4 | 0 | 1D | B | 0 | 142 | 64 | 55 |
Octal | 377 | 265 | 344 | 0 | 35 | 13 | 0 | 502 | 144 | 125 |
Binary | 11111111 | 10110101 | 11100100 | 0 | 11101 | 1011 | 0 | 101000010 | 1100100 | 1010101 |
Color Harmonies of #FFB5E4
Complementary color
Monochromatic Colors of #FFB5E4
Black with #FFB5E4
Text Example
Text Example
White with #FFB5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5E4; }
p { color: rgb(255,181,228); }
H1.HeaderClassName
{
color: #FFB5E4;
}
.AnyTagClassName
{
color: #FFB5E4;
}
</style>
background-color css
<style>
a { background-color: #FFB5E4; }
a { background-color: rgb(255,181,228); }
div.DivClassName
{
background-color: #FFB5E4;
}
.BgClassName
{
background-color: #FFB5E4;
}
</style>
border-color css
<style>
span { border-color: #FFB5E4; }
span { border-color: rgb(255,181,228); }
td.TdClassName
{
border-color: #FFB5E4;
}
.TagClassName
{
border-color: #FFB5E4;
}
</style>