Shades of Lavender Rose #FFB3F2
Tints of Lavender Rose #FFB3F2
RGB
CMYK
RGB Variations
Color information
#FFB3F2 (or 0xFFB3F2) is known color: Lavender Rose. HEX triplet: FF, B3 and F2. RGB value is (255,179,242). Sum of RGB (Red+Green+Blue) = 255+179+242=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 179 (70.31% from 255 or 26.48% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3F2 is #004C0D. Grayscale: #D0D0D0. Windows color (decimal): -19470 or 15905791. OLE color: 15905791.
HSL color Cylindrical-coordinate representation of color #FFB3F2: hue angle of 310.26º 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 #FFB3F2 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 242 | - |
| CMYK | 0 | 0.30 | 0.05 | 0 |
| HSL | 310.26º | 1% | 0.85% | - |
| HSV(B) | 310.26º | 0.3% | 1% | - |
| XYZ | 73.39 | 59.91 | 91.7 | - |
| YUV | 208.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 242 | 0 | 0.30 | 0.05 | 0 | 310.26 | 1 | 0.85 |
| Hex | FF | B3 | F2 | 0 | 1E | 5 | 0 | 136 | 64 | 55 |
| Octal | 377 | 263 | 362 | 0 | 36 | 5 | 0 | 466 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11110010 | 0 | 11110 | 101 | 0 | 100110110 | 1100100 | 1010101 |
Color Harmonies of #FFB3F2
Complementary color
Monochromatic Colors of #FFB3F2
Black with #FFB3F2
Text Example
Text Example
White with #FFB3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3F2; }
p { color: rgb(255,179,242); }
H1.HeaderClassName
{
color: #FFB3F2;
}
.AnyTagClassName
{
color: #FFB3F2;
}
</style>
background-color css
<style>
a { background-color: #FFB3F2; }
a { background-color: rgb(255,179,242); }
div.DivClassName
{
background-color: #FFB3F2;
}
.BgClassName
{
background-color: #FFB3F2;
}
</style>
border-color css
<style>
span { border-color: #FFB3F2; }
span { border-color: rgb(255,179,242); }
td.TdClassName
{
border-color: #FFB3F2;
}
.TagClassName
{
border-color: #FFB3F2;
}
</style>