Shades of White Lilac #F3EDF5
Tints of White Lilac #F3EDF5
RGB
CMYK
RGB Variations
Color information
#F3EDF5 (or 0xF3EDF5) is known color: White Lilac. HEX triplet: F3, ED and F5. RGB value is (243,237,245). Sum of RGB (Red+Green+Blue) = 243+237+245=725 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.52% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 245 (96.09% from 255 or 33.79% from 725); Max value from RGB is 245 - color contains mainly: blue. Hex color #F3EDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EDF5 is #0C120A. Grayscale: #EFEFEF. Windows color (decimal): -791051 or 16117235. OLE color: 16117235.
HSL color Cylindrical-coordinate representation of color #F3EDF5: hue angle of 285º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F3EDF5 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 243 | 237 | 245 | - |
CMYK | 0.01 | 0.03 | 0 | 0.04 |
HSL | 285º | 0.29% | 0.95% | - |
HSV(B) | 285º | 0.03% | 0.96% | - |
XYZ | 83.73 | 86.22 | 98.61 | - |
YUV | 239.71 | 130.99 | 130.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 237 | 245 | 0.01 | 0.03 | 0 | 0.04 | 285 | 0.29 | 0.95 |
Hex | F3 | ED | F5 | 1 | 3 | 0 | 4 | 11D | 1D | 5F |
Octal | 363 | 355 | 365 | 1 | 3 | 0 | 4 | 435 | 35 | 137 |
Binary | 11110011 | 11101101 | 11110101 | 1 | 11 | 0 | 100 | 100011101 | 11101 | 1011111 |
Color Harmonies of #F3EDF5
Complementary color
Monochromatic Colors of #F3EDF5
Black with #F3EDF5
Text Example
Text Example
White with #F3EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EDF5; }
p { color: rgb(243,237,245); }
H1.HeaderClassName
{
color: #F3EDF5;
}
.AnyTagClassName
{
color: #F3EDF5;
}
</style>
background-color css
<style>
a { background-color: #F3EDF5; }
a { background-color: rgb(243,237,245); }
div.DivClassName
{
background-color: #F3EDF5;
}
.BgClassName
{
background-color: #F3EDF5;
}
</style>
border-color css
<style>
span { border-color: #F3EDF5; }
span { border-color: rgb(243,237,245); }
td.TdClassName
{
border-color: #F3EDF5;
}
.TagClassName
{
border-color: #F3EDF5;
}
</style>