Shades of Lavender Rose #F3B0E3
Tints of Lavender Rose #F3B0E3
RGB
CMYK
RGB Variations
Color information
#F3B0E3 (or 0xF3B0E3) is known color: Lavender Rose. HEX triplet: F3, B0 and E3. RGB value is (243,176,227). Sum of RGB (Red+Green+Blue) = 243+176+227=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 176 (69.14% from 255 or 27.24% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B0E3 is #0C4F1C. Grayscale: #C9C9C9. Windows color (decimal): -806685 or 14921971. OLE color: 14921971.
HSL color Cylindrical-coordinate representation of color #F3B0E3: hue angle of 314.33º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3B0E3 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 227 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.05 |
| HSL | 314.33º | 0.74% | 0.82% | - |
| HSV(B) | 314.33º | 0.28% | 0.95% | - |
| XYZ | 66.35 | 55.65 | 79.92 | - |
| YUV | 201.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 227 | 0 | 0.28 | 0.07 | 0.05 | 314.33 | 0.74 | 0.82 |
| Hex | F3 | B0 | E3 | 0 | 1C | 7 | 5 | 13A | 4A | 52 |
| Octal | 363 | 260 | 343 | 0 | 34 | 7 | 5 | 472 | 112 | 122 |
| Binary | 11110011 | 10110000 | 11100011 | 0 | 11100 | 111 | 101 | 100111010 | 1001010 | 1010010 |
Color Harmonies of #F3B0E3
Complementary color
Monochromatic Colors of #F3B0E3
Black with #F3B0E3
Text Example
Text Example
White with #F3B0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B0E3; }
p { color: rgb(243,176,227); }
H1.HeaderClassName
{
color: #F3B0E3;
}
.AnyTagClassName
{
color: #F3B0E3;
}
</style>
background-color css
<style>
a { background-color: #F3B0E3; }
a { background-color: rgb(243,176,227); }
div.DivClassName
{
background-color: #F3B0E3;
}
.BgClassName
{
background-color: #F3B0E3;
}
</style>
border-color css
<style>
span { border-color: #F3B0E3; }
span { border-color: rgb(243,176,227); }
td.TdClassName
{
border-color: #F3B0E3;
}
.TagClassName
{
border-color: #F3B0E3;
}
</style>