Shades of Lavender Rose #F3B4E0
Tints of Lavender Rose #F3B4E0
RGB
CMYK
RGB Variations
Color information
#F3B4E0 (or 0xF3B4E0) is known color: Lavender Rose. HEX triplet: F3, B4 and E0. RGB value is (243,180,224). Sum of RGB (Red+Green+Blue) = 243+180+224=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 180 (70.70% from 255 or 27.82% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B4E0 is #0C4B1F. Grayscale: #CBCBCB. Windows color (decimal): -805664 or 14726387. OLE color: 14726387.
HSL color Cylindrical-coordinate representation of color #F3B4E0: hue angle of 318.1º degrees, saturation: 0.72, 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 #F3B4E0 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 180 | 224 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.05 |
| HSL | 318.1º | 0.72% | 0.83% | - |
| HSV(B) | 318.1º | 0.26% | 0.95% | - |
| XYZ | 66.74 | 57.08 | 78.02 | - |
| YUV | 203.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 180 | 224 | 0 | 0.26 | 0.08 | 0.05 | 318.1 | 0.72 | 0.83 |
| Hex | F3 | B4 | E0 | 0 | 1A | 8 | 5 | 13E | 48 | 53 |
| Octal | 363 | 264 | 340 | 0 | 32 | 10 | 5 | 476 | 110 | 123 |
| Binary | 11110011 | 10110100 | 11100000 | 0 | 11010 | 1000 | 101 | 100111110 | 1001000 | 1010011 |
Color Harmonies of #F3B4E0
Complementary color
Monochromatic Colors of #F3B4E0
Black with #F3B4E0
Text Example
Text Example
White with #F3B4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B4E0; }
p { color: rgb(243,180,224); }
H1.HeaderClassName
{
color: #F3B4E0;
}
.AnyTagClassName
{
color: #F3B4E0;
}
</style>
background-color css
<style>
a { background-color: #F3B4E0; }
a { background-color: rgb(243,180,224); }
div.DivClassName
{
background-color: #F3B4E0;
}
.BgClassName
{
background-color: #F3B4E0;
}
</style>
border-color css
<style>
span { border-color: #F3B4E0; }
span { border-color: rgb(243,180,224); }
td.TdClassName
{
border-color: #F3B4E0;
}
.TagClassName
{
border-color: #F3B4E0;
}
</style>