Shades of Lavender Rose #FFB7FB
Tints of Lavender Rose #FFB7FB
RGB
CMYK
RGB Variations
Color information
#FFB7FB (or 0xFFB7FB) is known color: Lavender Rose. HEX triplet: FF, B7 and FB. RGB value is (255,183,251). Sum of RGB (Red+Green+Blue) = 255+183+251=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 183 (71.88% from 255 or 26.56% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7FB is #004804. Grayscale: #D4D4D4. Windows color (decimal): -18437 or 16496639. OLE color: 16496639.
HSL color Cylindrical-coordinate representation of color #FFB7FB: hue angle of 303.33º 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 #FFB7FB is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 251 | - |
| CMYK | 0 | 0.28 | 0.02 | 0 |
| HSL | 303.33º | 1% | 0.86% | - |
| HSV(B) | 303.33º | 0.28% | 1% | - |
| XYZ | 75.59 | 62.09 | 99.27 | - |
| YUV | 212.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 251 | 0 | 0.28 | 0.02 | 0 | 303.33 | 1 | 0.86 |
| Hex | FF | B7 | FB | 0 | 1C | 2 | 0 | 12F | 64 | 56 |
| Octal | 377 | 267 | 373 | 0 | 34 | 2 | 0 | 457 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11111011 | 0 | 11100 | 10 | 0 | 100101111 | 1100100 | 1010110 |
Color Harmonies of #FFB7FB
Complementary color
Monochromatic Colors of #FFB7FB
Black with #FFB7FB
Text Example
Text Example
White with #FFB7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7FB; }
p { color: rgb(255,183,251); }
H1.HeaderClassName
{
color: #FFB7FB;
}
.AnyTagClassName
{
color: #FFB7FB;
}
</style>
background-color css
<style>
a { background-color: #FFB7FB; }
a { background-color: rgb(255,183,251); }
div.DivClassName
{
background-color: #FFB7FB;
}
.BgClassName
{
background-color: #FFB7FB;
}
</style>
border-color css
<style>
span { border-color: #FFB7FB; }
span { border-color: rgb(255,183,251); }
td.TdClassName
{
border-color: #FFB7FB;
}
.TagClassName
{
border-color: #FFB7FB;
}
</style>