Shades of Lavender Rose #F3B0E7
Tints of Lavender Rose #F3B0E7
RGB
CMYK
RGB Variations
Color information
#F3B0E7 (or 0xF3B0E7) is known color: Lavender Rose. HEX triplet: F3, B0 and E7. RGB value is (243,176,231). Sum of RGB (Red+Green+Blue) = 243+176+231=650 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.38% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3B0E7 is #0C4F18. Grayscale: #CACACA. Windows color (decimal): -806681 or 15184115. OLE color: 15184115.
HSL color Cylindrical-coordinate representation of color #F3B0E7: hue angle of 310.75º 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 #F3B0E7 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 231 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.05 |
| HSL | 310.75º | 0.74% | 0.82% | - |
| HSV(B) | 310.75º | 0.28% | 0.95% | - |
| XYZ | 66.91 | 55.87 | 82.86 | - |
| YUV | 202.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 231 | 0 | 0.28 | 0.05 | 0.05 | 310.75 | 0.74 | 0.82 |
| Hex | F3 | B0 | E7 | 0 | 1C | 5 | 5 | 137 | 4A | 52 |
| Octal | 363 | 260 | 347 | 0 | 34 | 5 | 5 | 467 | 112 | 122 |
| Binary | 11110011 | 10110000 | 11100111 | 0 | 11100 | 101 | 101 | 100110111 | 1001010 | 1010010 |
Color Harmonies of #F3B0E7
Complementary color
Monochromatic Colors of #F3B0E7
Black with #F3B0E7
Text Example
Text Example
White with #F3B0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B0E7; }
p { color: rgb(243,176,231); }
H1.HeaderClassName
{
color: #F3B0E7;
}
.AnyTagClassName
{
color: #F3B0E7;
}
</style>
background-color css
<style>
a { background-color: #F3B0E7; }
a { background-color: rgb(243,176,231); }
div.DivClassName
{
background-color: #F3B0E7;
}
.BgClassName
{
background-color: #F3B0E7;
}
</style>
border-color css
<style>
span { border-color: #F3B0E7; }
span { border-color: rgb(243,176,231); }
td.TdClassName
{
border-color: #F3B0E7;
}
.TagClassName
{
border-color: #F3B0E7;
}
</style>