Shades of White Lilac #FBECFF
Tints of White Lilac #FBECFF
RGB
CMYK
RGB Variations
Color information
#FBECFF (or 0xFBECFF) is known color: White Lilac. HEX triplet: FB, EC and FF. RGB value is (251,236,255). Sum of RGB (Red+Green+Blue) = 251+236+255=742 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.83% from 742); Green value is 236 (92.58% from 255 or 31.81% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECFF is #041300. Grayscale: #F2F2F2. Windows color (decimal): -267009 or 16772347. OLE color: 16772347.
HSL color Cylindrical-coordinate representation of color #FBECFF: hue angle of 287.37º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBECFF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 236 | 255 | - |
| CMYK | 0.02 | 0.07 | 0 | 0 |
| HSL | 287.37º | 1% | 0.96% | - |
| HSV(B) | 287.37º | 0.07% | 1% | - |
| XYZ | 87.83 | 87.72 | 106.91 | - |
| YUV | 242.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 255 | 0.02 | 0.07 | 0 | 0 | 287.37 | 1 | 0.96 |
| Hex | FB | EC | FF | 2 | 7 | 0 | 0 | 11F | 64 | 60 |
| Octal | 373 | 354 | 377 | 2 | 7 | 0 | 0 | 437 | 144 | 140 |
| Binary | 11111011 | 11101100 | 11111111 | 10 | 111 | 0 | 0 | 100011111 | 1100100 | 1100000 |
Color Harmonies of #FBECFF
Complementary color
Monochromatic Colors of #FBECFF
Black with #FBECFF
Text Example
Text Example
White with #FBECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECFF; }
p { color: rgb(251,236,255); }
H1.HeaderClassName
{
color: #FBECFF;
}
.AnyTagClassName
{
color: #FBECFF;
}
</style>
background-color css
<style>
a { background-color: #FBECFF; }
a { background-color: rgb(251,236,255); }
div.DivClassName
{
background-color: #FBECFF;
}
.BgClassName
{
background-color: #FBECFF;
}
</style>
border-color css
<style>
span { border-color: #FBECFF; }
span { border-color: rgb(251,236,255); }
td.TdClassName
{
border-color: #FBECFF;
}
.TagClassName
{
border-color: #FBECFF;
}
</style>