Shades of Lavender Rose #FFB7FD
Tints of Lavender Rose #FFB7FD
RGB
CMYK
RGB Variations
Color information
#FFB7FD (or 0xFFB7FD) is known color: Lavender Rose. HEX triplet: FF, B7 and FD. RGB value is (255,183,253). Sum of RGB (Red+Green+Blue) = 255+183+253=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 183 (71.88% from 255 or 26.48% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7FD is #004802. Grayscale: #D4D4D4. Windows color (decimal): -18435 or 16627711. OLE color: 16627711.
HSL color Cylindrical-coordinate representation of color #FFB7FD: hue angle of 301.67º 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 #FFB7FD is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 253 | - |
| CMYK | 0 | 0.28 | 0.01 | 0 |
| HSL | 301.67º | 1% | 0.86% | - |
| HSV(B) | 301.67º | 0.28% | 1% | - |
| XYZ | 75.9 | 62.22 | 100.94 | - |
| YUV | 212.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 253 | 0 | 0.28 | 0.01 | 0 | 301.67 | 1 | 0.86 |
| Hex | FF | B7 | FD | 0 | 1C | 1 | 0 | 12E | 64 | 56 |
| Octal | 377 | 267 | 375 | 0 | 34 | 1 | 0 | 456 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11111101 | 0 | 11100 | 1 | 0 | 100101110 | 1100100 | 1010110 |
Color Harmonies of #FFB7FD
Complementary color
Monochromatic Colors of #FFB7FD
Black with #FFB7FD
Text Example
Text Example
White with #FFB7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7FD; }
p { color: rgb(255,183,253); }
H1.HeaderClassName
{
color: #FFB7FD;
}
.AnyTagClassName
{
color: #FFB7FD;
}
</style>
background-color css
<style>
a { background-color: #FFB7FD; }
a { background-color: rgb(255,183,253); }
div.DivClassName
{
background-color: #FFB7FD;
}
.BgClassName
{
background-color: #FFB7FD;
}
</style>
border-color css
<style>
span { border-color: #FFB7FD; }
span { border-color: rgb(255,183,253); }
td.TdClassName
{
border-color: #FFB7FD;
}
.TagClassName
{
border-color: #FFB7FD;
}
</style>