Shades of Lavender Rose #FFB8E8
Tints of Lavender Rose #FFB8E8
RGB
CMYK
RGB Variations
Color information
#FFB8E8 (or 0xFFB8E8) is known color: Lavender Rose. HEX triplet: FF, B8 and E8. RGB value is (255,184,232). Sum of RGB (Red+Green+Blue) = 255+184+232=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 184 (72.27% from 255 or 27.42% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8E8 is #004717. Grayscale: #D2D2D2. Windows color (decimal): -18200 or 15251711. OLE color: 15251711.
HSL color Cylindrical-coordinate representation of color #FFB8E8: hue angle of 319.44º 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 #FFB8E8 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 232 | - |
| CMYK | 0 | 0.28 | 0.09 | 0 |
| HSL | 319.44º | 1% | 0.86% | - |
| HSV(B) | 319.44º | 0.28% | 1% | - |
| XYZ | 72.95 | 61.37 | 84.34 | - |
| YUV | 210.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 232 | 0 | 0.28 | 0.09 | 0 | 319.44 | 1 | 0.86 |
| Hex | FF | B8 | E8 | 0 | 1C | 9 | 0 | 13F | 64 | 56 |
| Octal | 377 | 270 | 350 | 0 | 34 | 11 | 0 | 477 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11101000 | 0 | 11100 | 1001 | 0 | 100111111 | 1100100 | 1010110 |
Color Harmonies of #FFB8E8
Complementary color
Monochromatic Colors of #FFB8E8
Black with #FFB8E8
Text Example
Text Example
White with #FFB8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8E8; }
p { color: rgb(255,184,232); }
H1.HeaderClassName
{
color: #FFB8E8;
}
.AnyTagClassName
{
color: #FFB8E8;
}
</style>
background-color css
<style>
a { background-color: #FFB8E8; }
a { background-color: rgb(255,184,232); }
div.DivClassName
{
background-color: #FFB8E8;
}
.BgClassName
{
background-color: #FFB8E8;
}
</style>
border-color css
<style>
span { border-color: #FFB8E8; }
span { border-color: rgb(255,184,232); }
td.TdClassName
{
border-color: #FFB8E8;
}
.TagClassName
{
border-color: #FFB8E8;
}
</style>