Shades of White Lilac #F3DCFA
Tints of White Lilac #F3DCFA
RGB
CMYK
RGB Variations
Color information
#F3DCFA (or 0xF3DCFA) is known color: White Lilac. HEX triplet: F3, DC and FA. RGB value is (243,220,250). Sum of RGB (Red+Green+Blue) = 243+220+250=713 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.08% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3DCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DCFA is #0C2305. Grayscale: #E6E6E6. Windows color (decimal): -795398 or 16440563. OLE color: 16440563.
HSL color Cylindrical-coordinate representation of color #F3DCFA: hue angle of 286º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3DCFA is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 243 | 220 | 250 | - |
CMYK | 0.03 | 0.12 | 0 | 0.02 |
HSL | 286º | 0.75% | 0.92% | - |
HSV(B) | 286º | 0.12% | 0.98% | - |
XYZ | 79.81 | 77.14 | 101.13 | - |
YUV | 230.3 | 139.12 | 137.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 220 | 250 | 0.03 | 0.12 | 0 | 0.02 | 286 | 0.75 | 0.92 |
Hex | F3 | DC | FA | 3 | C | 0 | 2 | 11E | 4B | 5C |
Octal | 363 | 334 | 372 | 3 | 14 | 0 | 2 | 436 | 113 | 134 |
Binary | 11110011 | 11011100 | 11111010 | 11 | 1100 | 0 | 10 | 100011110 | 1001011 | 1011100 |
Color Harmonies of #F3DCFA
Complementary color
Monochromatic Colors of #F3DCFA
Black with #F3DCFA
Text Example
Text Example
White with #F3DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCFA; }
p { color: rgb(243,220,250); }
H1.HeaderClassName
{
color: #F3DCFA;
}
.AnyTagClassName
{
color: #F3DCFA;
}
</style>
background-color css
<style>
a { background-color: #F3DCFA; }
a { background-color: rgb(243,220,250); }
div.DivClassName
{
background-color: #F3DCFA;
}
.BgClassName
{
background-color: #F3DCFA;
}
</style>
border-color css
<style>
span { border-color: #F3DCFA; }
span { border-color: rgb(243,220,250); }
td.TdClassName
{
border-color: #F3DCFA;
}
.TagClassName
{
border-color: #F3DCFA;
}
</style>