Shades of Lavender Rose #FFB7F3
Tints of Lavender Rose #FFB7F3
RGB
CMYK
RGB Variations
Color information
#FFB7F3 (or 0xFFB7F3) is known color: Lavender Rose. HEX triplet: FF, B7 and F3. RGB value is (255,183,243). Sum of RGB (Red+Green+Blue) = 255+183+243=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 183 (71.88% from 255 or 26.87% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7F3 is #00480C. Grayscale: #D3D3D3. Windows color (decimal): -18445 or 15972351. OLE color: 15972351.
HSL color Cylindrical-coordinate representation of color #FFB7F3: hue angle of 310º 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 #FFB7F3 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 243 | - |
| CMYK | 0 | 0.28 | 0.05 | 0 |
| HSL | 310º | 1% | 0.86% | - |
| HSV(B) | 310º | 0.28% | 1% | - |
| XYZ | 74.35 | 61.6 | 92.76 | - |
| YUV | 211.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 243 | 0 | 0.28 | 0.05 | 0 | 310 | 1 | 0.86 |
| Hex | FF | B7 | F3 | 0 | 1C | 5 | 0 | 136 | 64 | 56 |
| Octal | 377 | 267 | 363 | 0 | 34 | 5 | 0 | 466 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11110011 | 0 | 11100 | 101 | 0 | 100110110 | 1100100 | 1010110 |
Color Harmonies of #FFB7F3
Complementary color
Monochromatic Colors of #FFB7F3
Black with #FFB7F3
Text Example
Text Example
White with #FFB7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7F3; }
p { color: rgb(255,183,243); }
H1.HeaderClassName
{
color: #FFB7F3;
}
.AnyTagClassName
{
color: #FFB7F3;
}
</style>
background-color css
<style>
a { background-color: #FFB7F3; }
a { background-color: rgb(255,183,243); }
div.DivClassName
{
background-color: #FFB7F3;
}
.BgClassName
{
background-color: #FFB7F3;
}
</style>
border-color css
<style>
span { border-color: #FFB7F3; }
span { border-color: rgb(255,183,243); }
td.TdClassName
{
border-color: #FFB7F3;
}
.TagClassName
{
border-color: #FFB7F3;
}
</style>