Shades of Lavender Rose #FFB8F5
Tints of Lavender Rose #FFB8F5
RGB
CMYK
RGB Variations
Color information
#FFB8F5 (or 0xFFB8F5) is known color: Lavender Rose. HEX triplet: FF, B8 and F5. RGB value is (255,184,245). Sum of RGB (Red+Green+Blue) = 255+184+245=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 184 (72.27% from 255 or 26.90% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8F5 is #00470A. Grayscale: #D4D4D4. Windows color (decimal): -18187 or 16103679. OLE color: 16103679.
HSL color Cylindrical-coordinate representation of color #FFB8F5: hue angle of 308.45º 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 #FFB8F5 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 245 | - |
| CMYK | 0 | 0.28 | 0.04 | 0 |
| HSL | 308.45º | 1% | 0.86% | - |
| HSV(B) | 308.45º | 0.28% | 1% | - |
| XYZ | 74.86 | 62.13 | 94.43 | - |
| YUV | 212.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 245 | 0 | 0.28 | 0.04 | 0 | 308.45 | 1 | 0.86 |
| Hex | FF | B8 | F5 | 0 | 1C | 4 | 0 | 134 | 64 | 56 |
| Octal | 377 | 270 | 365 | 0 | 34 | 4 | 0 | 464 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11110101 | 0 | 11100 | 100 | 0 | 100110100 | 1100100 | 1010110 |
Color Harmonies of #FFB8F5
Complementary color
Monochromatic Colors of #FFB8F5
Black with #FFB8F5
Text Example
Text Example
White with #FFB8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8F5; }
p { color: rgb(255,184,245); }
H1.HeaderClassName
{
color: #FFB8F5;
}
.AnyTagClassName
{
color: #FFB8F5;
}
</style>
background-color css
<style>
a { background-color: #FFB8F5; }
a { background-color: rgb(255,184,245); }
div.DivClassName
{
background-color: #FFB8F5;
}
.BgClassName
{
background-color: #FFB8F5;
}
</style>
border-color css
<style>
span { border-color: #FFB8F5; }
span { border-color: rgb(255,184,245); }
td.TdClassName
{
border-color: #FFB8F5;
}
.TagClassName
{
border-color: #FFB8F5;
}
</style>