Shades of Lavender Rose #FFB9E8
Tints of Lavender Rose #FFB9E8
RGB
CMYK
RGB Variations
Color information
#FFB9E8 (or 0xFFB9E8) is known color: Lavender Rose. HEX triplet: FF, B9 and E8. RGB value is (255,185,232). Sum of RGB (Red+Green+Blue) = 255+185+232=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 185 (72.66% from 255 or 27.53% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9E8 is #004617. Grayscale: #D3D3D3. Windows color (decimal): -17944 or 15251967. OLE color: 15251967.
HSL color Cylindrical-coordinate representation of color #FFB9E8: hue angle of 319.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9E8 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 232 | - |
| CMYK | 0 | 0.27 | 0.09 | 0 |
| HSL | 319.71º | 1% | 0.86% | - |
| HSV(B) | 319.71º | 0.27% | 1% | - |
| XYZ | 73.15 | 61.78 | 84.41 | - |
| YUV | 211.29 | 139.69 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 232 | 0 | 0.27 | 0.09 | 0 | 319.71 | 1 | 0.86 |
| Hex | FF | B9 | E8 | 0 | 1B | 9 | 0 | 140 | 64 | 56 |
| Octal | 377 | 271 | 350 | 0 | 33 | 11 | 0 | 500 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11101000 | 0 | 11011 | 1001 | 0 | 101000000 | 1100100 | 1010110 |
Color Harmonies of #FFB9E8
Complementary color
Monochromatic Colors of #FFB9E8
Black with #FFB9E8
Text Example
Text Example
White with #FFB9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9E8; }
p { color: rgb(255,185,232); }
H1.HeaderClassName
{
color: #FFB9E8;
}
.AnyTagClassName
{
color: #FFB9E8;
}
</style>
background-color css
<style>
a { background-color: #FFB9E8; }
a { background-color: rgb(255,185,232); }
div.DivClassName
{
background-color: #FFB9E8;
}
.BgClassName
{
background-color: #FFB9E8;
}
</style>
border-color css
<style>
span { border-color: #FFB9E8; }
span { border-color: rgb(255,185,232); }
td.TdClassName
{
border-color: #FFB9E8;
}
.TagClassName
{
border-color: #FFB9E8;
}
</style>