Shades of Lavender Rose #FFB7ED
Tints of Lavender Rose #FFB7ED
RGB
CMYK
RGB Variations
Color information
#FFB7ED (or 0xFFB7ED) is known color: Lavender Rose. HEX triplet: FF, B7 and ED. RGB value is (255,183,237). Sum of RGB (Red+Green+Blue) = 255+183+237=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 183 (71.88% from 255 or 27.11% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7ED is #004812. Grayscale: #D2D2D2. Windows color (decimal): -18451 or 15579135. OLE color: 15579135.
HSL color Cylindrical-coordinate representation of color #FFB7ED: hue angle of 315º 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 #FFB7ED is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 237 | - |
| CMYK | 0 | 0.28 | 0.07 | 0 |
| HSL | 315º | 1% | 0.86% | - |
| HSV(B) | 315º | 0.28% | 1% | - |
| XYZ | 73.46 | 61.24 | 88.07 | - |
| YUV | 210.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 237 | 0 | 0.28 | 0.07 | 0 | 315 | 1 | 0.86 |
| Hex | FF | B7 | ED | 0 | 1C | 7 | 0 | 13B | 64 | 56 |
| Octal | 377 | 267 | 355 | 0 | 34 | 7 | 0 | 473 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11101101 | 0 | 11100 | 111 | 0 | 100111011 | 1100100 | 1010110 |
Color Harmonies of #FFB7ED
Complementary color
Monochromatic Colors of #FFB7ED
Black with #FFB7ED
Text Example
Text Example
White with #FFB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7ED; }
p { color: rgb(255,183,237); }
H1.HeaderClassName
{
color: #FFB7ED;
}
.AnyTagClassName
{
color: #FFB7ED;
}
</style>
background-color css
<style>
a { background-color: #FFB7ED; }
a { background-color: rgb(255,183,237); }
div.DivClassName
{
background-color: #FFB7ED;
}
.BgClassName
{
background-color: #FFB7ED;
}
</style>
border-color css
<style>
span { border-color: #FFB7ED; }
span { border-color: rgb(255,183,237); }
td.TdClassName
{
border-color: #FFB7ED;
}
.TagClassName
{
border-color: #FFB7ED;
}
</style>