Shades of Lavender Rose #F3B3EE
Tints of Lavender Rose #F3B3EE
RGB
CMYK
RGB Variations
Color information
#F3B3EE (or 0xF3B3EE) is known color: Lavender Rose. HEX triplet: F3, B3 and EE. RGB value is (243,179,238). Sum of RGB (Red+Green+Blue) = 243+179+238=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 179 (70.31% from 255 or 27.12% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3B3EE is #0C4C11. Grayscale: #CCCCCC. Windows color (decimal): -805906 or 15643635. OLE color: 15643635.
HSL color Cylindrical-coordinate representation of color #F3B3EE: hue angle of 304.69º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3B3EE is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 179 | 238 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.05 |
| HSL | 304.69º | 0.73% | 0.83% | - |
| HSV(B) | 304.69º | 0.26% | 0.95% | - |
| XYZ | 68.51 | 57.47 | 88.37 | - |
| YUV | 204.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 179 | 238 | 0 | 0.26 | 0.02 | 0.05 | 304.69 | 0.73 | 0.83 |
| Hex | F3 | B3 | EE | 0 | 1A | 2 | 5 | 131 | 49 | 53 |
| Octal | 363 | 263 | 356 | 0 | 32 | 2 | 5 | 461 | 111 | 123 |
| Binary | 11110011 | 10110011 | 11101110 | 0 | 11010 | 10 | 101 | 100110001 | 1001001 | 1010011 |
Color Harmonies of #F3B3EE
Complementary color
Monochromatic Colors of #F3B3EE
Black with #F3B3EE
Text Example
Text Example
White with #F3B3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B3EE; }
p { color: rgb(243,179,238); }
H1.HeaderClassName
{
color: #F3B3EE;
}
.AnyTagClassName
{
color: #F3B3EE;
}
</style>
background-color css
<style>
a { background-color: #F3B3EE; }
a { background-color: rgb(243,179,238); }
div.DivClassName
{
background-color: #F3B3EE;
}
.BgClassName
{
background-color: #F3B3EE;
}
</style>
border-color css
<style>
span { border-color: #F3B3EE; }
span { border-color: rgb(243,179,238); }
td.TdClassName
{
border-color: #F3B3EE;
}
.TagClassName
{
border-color: #F3B3EE;
}
</style>