Shades of White Lilac #F6DCFE
Tints of White Lilac #F6DCFE
RGB
CMYK
RGB Variations
Color information
#F6DCFE (or 0xF6DCFE) is known color: White Lilac. HEX triplet: F6, DC and FE. RGB value is (246,220,254). Sum of RGB (Red+Green+Blue) = 246+220+254=720 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.17% from 720); Green value is 220 (86.33% from 255 or 30.56% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCFE is #092301. Grayscale: #E7E7E7. Windows color (decimal): -598786 or 16702710. OLE color: 16702710.
HSL color Cylindrical-coordinate representation of color #F6DCFE: hue angle of 285.88º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6DCFE is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 220 | 254 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.00 |
| HSL | 285.88º | 0.94% | 0.93% | - |
| HSV(B) | 285.88º | 0.13% | 1% | - |
| XYZ | 81.49 | 77.93 | 104.51 | - |
| YUV | 231.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 254 | 0.03 | 0.13 | 0 | 0.00 | 285.88 | 0.94 | 0.93 |
| Hex | F6 | DC | FE | 3 | D | 0 | 0 | 11E | 5E | 5D |
| Octal | 366 | 334 | 376 | 3 | 15 | 0 | 0 | 436 | 136 | 135 |
| Binary | 11110110 | 11011100 | 11111110 | 11 | 1101 | 0 | 0 | 100011110 | 1011110 | 1011101 |
Color Harmonies of #F6DCFE
Complementary color
Monochromatic Colors of #F6DCFE
Black with #F6DCFE
Text Example
Text Example
White with #F6DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCFE; }
p { color: rgb(246,220,254); }
H1.HeaderClassName
{
color: #F6DCFE;
}
.AnyTagClassName
{
color: #F6DCFE;
}
</style>
background-color css
<style>
a { background-color: #F6DCFE; }
a { background-color: rgb(246,220,254); }
div.DivClassName
{
background-color: #F6DCFE;
}
.BgClassName
{
background-color: #F6DCFE;
}
</style>
border-color css
<style>
span { border-color: #F6DCFE; }
span { border-color: rgb(246,220,254); }
td.TdClassName
{
border-color: #F6DCFE;
}
.TagClassName
{
border-color: #F6DCFE;
}
</style>