Shades of Lavender Rose #FFB8E9
Tints of Lavender Rose #FFB8E9
RGB
CMYK
RGB Variations
Color information
#FFB8E9 (or 0xFFB8E9) is known color: Lavender Rose. HEX triplet: FF, B8 and E9. RGB value is (255,184,233). Sum of RGB (Red+Green+Blue) = 255+184+233=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 184 (72.27% from 255 or 27.38% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8E9 is #004716. Grayscale: #D2D2D2. Windows color (decimal): -18199 or 15317247. OLE color: 15317247.
HSL color Cylindrical-coordinate representation of color #FFB8E9: hue angle of 318.59º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB8E9 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 233 | - |
| CMYK | 0 | 0.28 | 0.09 | 0 |
| HSL | 318.59º | 1% | 0.86% | - |
| HSV(B) | 318.59º | 0.28% | 1% | - |
| XYZ | 73.09 | 61.42 | 85.09 | - |
| YUV | 210.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 233 | 0 | 0.28 | 0.09 | 0 | 318.59 | 1 | 0.86 |
| Hex | FF | B8 | E9 | 0 | 1C | 9 | 0 | 13F | 64 | 56 |
| Octal | 377 | 270 | 351 | 0 | 34 | 11 | 0 | 477 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11101001 | 0 | 11100 | 1001 | 0 | 100111111 | 1100100 | 1010110 |
Color Harmonies of #FFB8E9
Complementary color
Monochromatic Colors of #FFB8E9
Black with #FFB8E9
Text Example
Text Example
White with #FFB8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8E9; }
p { color: rgb(255,184,233); }
H1.HeaderClassName
{
color: #FFB8E9;
}
.AnyTagClassName
{
color: #FFB8E9;
}
</style>
background-color css
<style>
a { background-color: #FFB8E9; }
a { background-color: rgb(255,184,233); }
div.DivClassName
{
background-color: #FFB8E9;
}
.BgClassName
{
background-color: #FFB8E9;
}
</style>
border-color css
<style>
span { border-color: #FFB8E9; }
span { border-color: rgb(255,184,233); }
td.TdClassName
{
border-color: #FFB8E9;
}
.TagClassName
{
border-color: #FFB8E9;
}
</style>