Shades of Lavender Rose #FFB7F9
Tints of Lavender Rose #FFB7F9
RGB
CMYK
RGB Variations
Color information
#FFB7F9 (or 0xFFB7F9) is known color: Lavender Rose. HEX triplet: FF, B7 and F9. RGB value is (255,183,249). Sum of RGB (Red+Green+Blue) = 255+183+249=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 183 (71.88% from 255 or 26.64% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7F9 is #004806. Grayscale: #D3D3D3. Windows color (decimal): -18439 or 16365567. OLE color: 16365567.
HSL color Cylindrical-coordinate representation of color #FFB7F9: hue angle of 305º 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 #FFB7F9 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 249 | - |
| CMYK | 0 | 0.28 | 0.02 | 0 |
| HSL | 305º | 1% | 0.86% | - |
| HSV(B) | 305º | 0.28% | 1% | - |
| XYZ | 75.27 | 61.97 | 97.62 | - |
| YUV | 212.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 249 | 0 | 0.28 | 0.02 | 0 | 305 | 1 | 0.86 |
| Hex | FF | B7 | F9 | 0 | 1C | 2 | 0 | 131 | 64 | 56 |
| Octal | 377 | 267 | 371 | 0 | 34 | 2 | 0 | 461 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11111001 | 0 | 11100 | 10 | 0 | 100110001 | 1100100 | 1010110 |
Color Harmonies of #FFB7F9
Complementary color
Monochromatic Colors of #FFB7F9
Black with #FFB7F9
Text Example
Text Example
White with #FFB7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7F9; }
p { color: rgb(255,183,249); }
H1.HeaderClassName
{
color: #FFB7F9;
}
.AnyTagClassName
{
color: #FFB7F9;
}
</style>
background-color css
<style>
a { background-color: #FFB7F9; }
a { background-color: rgb(255,183,249); }
div.DivClassName
{
background-color: #FFB7F9;
}
.BgClassName
{
background-color: #FFB7F9;
}
</style>
border-color css
<style>
span { border-color: #FFB7F9; }
span { border-color: rgb(255,183,249); }
td.TdClassName
{
border-color: #FFB7F9;
}
.TagClassName
{
border-color: #FFB7F9;
}
</style>