Shades of Lavender Rose #FFB7F7
Tints of Lavender Rose #FFB7F7
RGB
CMYK
RGB Variations
Color information
#FFB7F7 (or 0xFFB7F7) is known color: Lavender Rose. HEX triplet: FF, B7 and F7. RGB value is (255,183,247). Sum of RGB (Red+Green+Blue) = 255+183+247=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 183 (71.88% from 255 or 26.72% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7F7 is #004808. Grayscale: #D3D3D3. Windows color (decimal): -18441 or 16234495. OLE color: 16234495.
HSL color Cylindrical-coordinate representation of color #FFB7F7: hue angle of 306.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 #FFB7F7 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 247 | - |
| CMYK | 0 | 0.28 | 0.03 | 0 |
| HSL | 306.67º | 1% | 0.86% | - |
| HSV(B) | 306.67º | 0.28% | 1% | - |
| XYZ | 74.96 | 61.84 | 95.98 | - |
| YUV | 211.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 247 | 0 | 0.28 | 0.03 | 0 | 306.67 | 1 | 0.86 |
| Hex | FF | B7 | F7 | 0 | 1C | 3 | 0 | 133 | 64 | 56 |
| Octal | 377 | 267 | 367 | 0 | 34 | 3 | 0 | 463 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11110111 | 0 | 11100 | 11 | 0 | 100110011 | 1100100 | 1010110 |
Color Harmonies of #FFB7F7
Complementary color
Monochromatic Colors of #FFB7F7
Black with #FFB7F7
Text Example
Text Example
White with #FFB7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7F7; }
p { color: rgb(255,183,247); }
H1.HeaderClassName
{
color: #FFB7F7;
}
.AnyTagClassName
{
color: #FFB7F7;
}
</style>
background-color css
<style>
a { background-color: #FFB7F7; }
a { background-color: rgb(255,183,247); }
div.DivClassName
{
background-color: #FFB7F7;
}
.BgClassName
{
background-color: #FFB7F7;
}
</style>
border-color css
<style>
span { border-color: #FFB7F7; }
span { border-color: rgb(255,183,247); }
td.TdClassName
{
border-color: #FFB7F7;
}
.TagClassName
{
border-color: #FFB7F7;
}
</style>