Shades of Lavender Rose #FFB8E6
Tints of Lavender Rose #FFB8E6
RGB
CMYK
RGB Variations
Color information
#FFB8E6 (or 0xFFB8E6) is known color: Lavender Rose. HEX triplet: FF, B8 and E6. RGB value is (255,184,230). Sum of RGB (Red+Green+Blue) = 255+184+230=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 184 (72.27% from 255 or 27.50% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8E6 is #004719. Grayscale: #D2D2D2. Windows color (decimal): -18202 or 15120639. OLE color: 15120639.
HSL color Cylindrical-coordinate representation of color #FFB8E6: hue angle of 321.13º 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 #FFB8E6 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 230 | - |
| CMYK | 0 | 0.28 | 0.10 | 0 |
| HSL | 321.13º | 1% | 0.86% | - |
| HSV(B) | 321.13º | 0.28% | 1% | - |
| XYZ | 72.66 | 61.25 | 82.86 | - |
| YUV | 210.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 230 | 0 | 0.28 | 0.10 | 0 | 321.13 | 1 | 0.86 |
| Hex | FF | B8 | E6 | 0 | 1C | A | 0 | 141 | 64 | 56 |
| Octal | 377 | 270 | 346 | 0 | 34 | 12 | 0 | 501 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11100110 | 0 | 11100 | 1010 | 0 | 101000001 | 1100100 | 1010110 |
Color Harmonies of #FFB8E6
Complementary color
Monochromatic Colors of #FFB8E6
Black with #FFB8E6
Text Example
Text Example
White with #FFB8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8E6; }
p { color: rgb(255,184,230); }
H1.HeaderClassName
{
color: #FFB8E6;
}
.AnyTagClassName
{
color: #FFB8E6;
}
</style>
background-color css
<style>
a { background-color: #FFB8E6; }
a { background-color: rgb(255,184,230); }
div.DivClassName
{
background-color: #FFB8E6;
}
.BgClassName
{
background-color: #FFB8E6;
}
</style>
border-color css
<style>
span { border-color: #FFB8E6; }
span { border-color: rgb(255,184,230); }
td.TdClassName
{
border-color: #FFB8E6;
}
.TagClassName
{
border-color: #FFB8E6;
}
</style>