Shades of Lavender Rose #FFB7FF
Tints of Lavender Rose #FFB7FF
RGB
CMYK
RGB Variations
Color information
#FFB7FF (or 0xFFB7FF) is known color: Lavender Rose. HEX triplet: FF, B7 and FF. RGB value is (255,183,255). Sum of RGB (Red+Green+Blue) = 255+183+255=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 183 (71.88% from 255 or 26.41% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7FF is #004800. Grayscale: #D4D4D4. Windows color (decimal): -18433 or 16758783. OLE color: 16758783.
HSL color Cylindrical-coordinate representation of color #FFB7FF: 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 #FFB7FF is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 255 | - |
| CMYK | 0 | 0.28 | 0 | 0 |
| HSL | 300º | 1% | 0.86% | - |
| HSV(B) | 300º | 0.28% | 1% | - |
| XYZ | 76.22 | 62.35 | 102.62 | - |
| YUV | 212.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 255 | 0 | 0.28 | 0 | 0 | 300 | 1 | 0.86 |
| Hex | FF | B7 | FF | 0 | 1C | 0 | 0 | 12C | 64 | 56 |
| Octal | 377 | 267 | 377 | 0 | 34 | 0 | 0 | 454 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11111111 | 0 | 11100 | 0 | 0 | 100101100 | 1100100 | 1010110 |
Color Harmonies of #FFB7FF
Complementary color
Monochromatic Colors of #FFB7FF
Black with #FFB7FF
Text Example
Text Example
White with #FFB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7FF; }
p { color: rgb(255,183,255); }
H1.HeaderClassName
{
color: #FFB7FF;
}
.AnyTagClassName
{
color: #FFB7FF;
}
</style>
background-color css
<style>
a { background-color: #FFB7FF; }
a { background-color: rgb(255,183,255); }
div.DivClassName
{
background-color: #FFB7FF;
}
.BgClassName
{
background-color: #FFB7FF;
}
</style>
border-color css
<style>
span { border-color: #FFB7FF; }
span { border-color: rgb(255,183,255); }
td.TdClassName
{
border-color: #FFB7FF;
}
.TagClassName
{
border-color: #FFB7FF;
}
</style>