Shades of Lavender Rose #FFB3F8
Tints of Lavender Rose #FFB3F8
RGB
CMYK
RGB Variations
Color information
#FFB3F8 (or 0xFFB3F8) is known color: Lavender Rose. HEX triplet: FF, B3 and F8. RGB value is (255,179,248). Sum of RGB (Red+Green+Blue) = 255+179+248=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 179 (70.31% from 255 or 26.25% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3F8 is #004C07. Grayscale: #D1D1D1. Windows color (decimal): -19464 or 16299007. OLE color: 16299007.
HSL color Cylindrical-coordinate representation of color #FFB3F8: hue angle of 305.53º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3F8 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 248 | - |
| CMYK | 0 | 0.30 | 0.03 | 0 |
| HSL | 305.53º | 1% | 0.85% | - |
| HSV(B) | 305.53º | 0.3% | 1% | - |
| XYZ | 74.3 | 60.28 | 96.53 | - |
| YUV | 209.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 248 | 0 | 0.30 | 0.03 | 0 | 305.53 | 1 | 0.85 |
| Hex | FF | B3 | F8 | 0 | 1E | 3 | 0 | 132 | 64 | 55 |
| Octal | 377 | 263 | 370 | 0 | 36 | 3 | 0 | 462 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11111000 | 0 | 11110 | 11 | 0 | 100110010 | 1100100 | 1010101 |
Color Harmonies of #FFB3F8
Complementary color
Monochromatic Colors of #FFB3F8
Black with #FFB3F8
Text Example
Text Example
White with #FFB3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3F8; }
p { color: rgb(255,179,248); }
H1.HeaderClassName
{
color: #FFB3F8;
}
.AnyTagClassName
{
color: #FFB3F8;
}
</style>
background-color css
<style>
a { background-color: #FFB3F8; }
a { background-color: rgb(255,179,248); }
div.DivClassName
{
background-color: #FFB3F8;
}
.BgClassName
{
background-color: #FFB3F8;
}
</style>
border-color css
<style>
span { border-color: #FFB3F8; }
span { border-color: rgb(255,179,248); }
td.TdClassName
{
border-color: #FFB3F8;
}
.TagClassName
{
border-color: #FFB3F8;
}
</style>