Shades of Lavender Rose #FFB8FF
Tints of Lavender Rose #FFB8FF
RGB
CMYK
RGB Variations
Color information
#FFB8FF (or 0xFFB8FF) is known color: Lavender Rose. HEX triplet: FF, B8 and FF. RGB value is (255,184,255). Sum of RGB (Red+Green+Blue) = 255+184+255=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 184 (72.27% from 255 or 26.51% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFB8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8FF is #004700. Grayscale: #D5D5D5. Windows color (decimal): -18177 or 16759039. OLE color: 16759039.
HSL color Cylindrical-coordinate representation of color #FFB8FF: hue angle of 300º 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 #FFB8FF is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 255 | - |
| CMYK | 0 | 0.28 | 0 | 0 |
| HSL | 300º | 1% | 0.86% | - |
| HSV(B) | 300º | 0.28% | 1% | - |
| XYZ | 76.43 | 62.76 | 102.69 | - |
| YUV | 213.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 255 | 0 | 0.28 | 0 | 0 | 300 | 1 | 0.86 |
| Hex | FF | B8 | FF | 0 | 1C | 0 | 0 | 12C | 64 | 56 |
| Octal | 377 | 270 | 377 | 0 | 34 | 0 | 0 | 454 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11111111 | 0 | 11100 | 0 | 0 | 100101100 | 1100100 | 1010110 |
Color Harmonies of #FFB8FF
Complementary color
Monochromatic Colors of #FFB8FF
Black with #FFB8FF
Text Example
Text Example
White with #FFB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8FF; }
p { color: rgb(255,184,255); }
H1.HeaderClassName
{
color: #FFB8FF;
}
.AnyTagClassName
{
color: #FFB8FF;
}
</style>
background-color css
<style>
a { background-color: #FFB8FF; }
a { background-color: rgb(255,184,255); }
div.DivClassName
{
background-color: #FFB8FF;
}
.BgClassName
{
background-color: #FFB8FF;
}
</style>
border-color css
<style>
span { border-color: #FFB8FF; }
span { border-color: rgb(255,184,255); }
td.TdClassName
{
border-color: #FFB8FF;
}
.TagClassName
{
border-color: #FFB8FF;
}
</style>