Shades of Lavender Rose #F3B4DE
Tints of Lavender Rose #F3B4DE
RGB
CMYK
RGB Variations
Color information
#F3B4DE (or 0xF3B4DE) is known color: Lavender Rose. HEX triplet: F3, B4 and DE. RGB value is (243,180,222). Sum of RGB (Red+Green+Blue) = 243+180+222=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 180 (70.70% from 255 or 27.91% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B4DE is #0C4B21. Grayscale: #CBCBCB. Windows color (decimal): -805666 or 14595315. OLE color: 14595315.
HSL color Cylindrical-coordinate representation of color #F3B4DE: hue angle of 320º 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 #F3B4DE is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 180 | 222 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.05 |
| HSL | 320º | 0.72% | 0.83% | - |
| HSV(B) | 320º | 0.26% | 0.95% | - |
| XYZ | 66.47 | 56.97 | 76.6 | - |
| YUV | 203.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 180 | 222 | 0 | 0.26 | 0.09 | 0.05 | 320 | 0.72 | 0.83 |
| Hex | F3 | B4 | DE | 0 | 1A | 9 | 5 | 140 | 48 | 53 |
| Octal | 363 | 264 | 336 | 0 | 32 | 11 | 5 | 500 | 110 | 123 |
| Binary | 11110011 | 10110100 | 11011110 | 0 | 11010 | 1001 | 101 | 101000000 | 1001000 | 1010011 |
Color Harmonies of #F3B4DE
Complementary color
Monochromatic Colors of #F3B4DE
Black with #F3B4DE
Text Example
Text Example
White with #F3B4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B4DE; }
p { color: rgb(243,180,222); }
H1.HeaderClassName
{
color: #F3B4DE;
}
.AnyTagClassName
{
color: #F3B4DE;
}
</style>
background-color css
<style>
a { background-color: #F3B4DE; }
a { background-color: rgb(243,180,222); }
div.DivClassName
{
background-color: #F3B4DE;
}
.BgClassName
{
background-color: #F3B4DE;
}
</style>
border-color css
<style>
span { border-color: #F3B4DE; }
span { border-color: rgb(243,180,222); }
td.TdClassName
{
border-color: #F3B4DE;
}
.TagClassName
{
border-color: #F3B4DE;
}
</style>