Shades of Lavender Rose #FFB7EF
Tints of Lavender Rose #FFB7EF
RGB
CMYK
RGB Variations
Color information
#FFB7EF (or 0xFFB7EF) is known color: Lavender Rose. HEX triplet: FF, B7 and EF. RGB value is (255,183,239). Sum of RGB (Red+Green+Blue) = 255+183+239=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 183 (71.88% from 255 or 27.03% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7EF is #004810. Grayscale: #D2D2D2. Windows color (decimal): -18449 or 15710207. OLE color: 15710207.
HSL color Cylindrical-coordinate representation of color #FFB7EF: hue angle of 313.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 #FFB7EF is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 239 | - |
| CMYK | 0 | 0.28 | 0.06 | 0 |
| HSL | 313.33º | 1% | 0.86% | - |
| HSV(B) | 313.33º | 0.28% | 1% | - |
| XYZ | 73.75 | 61.36 | 89.62 | - |
| YUV | 210.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 239 | 0 | 0.28 | 0.06 | 0 | 313.33 | 1 | 0.86 |
| Hex | FF | B7 | EF | 0 | 1C | 6 | 0 | 139 | 64 | 56 |
| Octal | 377 | 267 | 357 | 0 | 34 | 6 | 0 | 471 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11101111 | 0 | 11100 | 110 | 0 | 100111001 | 1100100 | 1010110 |
Color Harmonies of #FFB7EF
Complementary color
Monochromatic Colors of #FFB7EF
Black with #FFB7EF
Text Example
Text Example
White with #FFB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7EF; }
p { color: rgb(255,183,239); }
H1.HeaderClassName
{
color: #FFB7EF;
}
.AnyTagClassName
{
color: #FFB7EF;
}
</style>
background-color css
<style>
a { background-color: #FFB7EF; }
a { background-color: rgb(255,183,239); }
div.DivClassName
{
background-color: #FFB7EF;
}
.BgClassName
{
background-color: #FFB7EF;
}
</style>
border-color css
<style>
span { border-color: #FFB7EF; }
span { border-color: rgb(255,183,239); }
td.TdClassName
{
border-color: #FFB7EF;
}
.TagClassName
{
border-color: #FFB7EF;
}
</style>