Shades of White Lilac #FBEBFF
Tints of White Lilac #FBEBFF
RGB
CMYK
RGB Variations
Color information
#FBEBFF (or 0xFBEBFF) is known color: White Lilac. HEX triplet: FB, EB and FF. RGB value is (251,235,255). Sum of RGB (Red+Green+Blue) = 251+235+255=741 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.87% from 741); Green value is 235 (92.19% from 255 or 31.71% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBEBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEBFF is #041400. Grayscale: #F2F2F2. Windows color (decimal): -267265 or 16772091. OLE color: 16772091.
HSL color Cylindrical-coordinate representation of color #FBEBFF: hue angle of 288º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBEBFF is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 235 | 255 | - |
| CMYK | 0.02 | 0.08 | 0 | 0 |
| HSL | 288º | 1% | 0.96% | - |
| HSV(B) | 288º | 0.08% | 1% | - |
| XYZ | 87.54 | 87.15 | 106.81 | - |
| YUV | 242.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 235 | 255 | 0.02 | 0.08 | 0 | 0 | 288 | 1 | 0.96 |
| Hex | FB | EB | FF | 2 | 8 | 0 | 0 | 120 | 64 | 60 |
| Octal | 373 | 353 | 377 | 2 | 10 | 0 | 0 | 440 | 144 | 140 |
| Binary | 11111011 | 11101011 | 11111111 | 10 | 1000 | 0 | 0 | 100100000 | 1100100 | 1100000 |
Color Harmonies of #FBEBFF
Complementary color
Monochromatic Colors of #FBEBFF
Black with #FBEBFF
Text Example
Text Example
White with #FBEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEBFF; }
p { color: rgb(251,235,255); }
H1.HeaderClassName
{
color: #FBEBFF;
}
.AnyTagClassName
{
color: #FBEBFF;
}
</style>
background-color css
<style>
a { background-color: #FBEBFF; }
a { background-color: rgb(251,235,255); }
div.DivClassName
{
background-color: #FBEBFF;
}
.BgClassName
{
background-color: #FBEBFF;
}
</style>
border-color css
<style>
span { border-color: #FBEBFF; }
span { border-color: rgb(251,235,255); }
td.TdClassName
{
border-color: #FBEBFF;
}
.TagClassName
{
border-color: #FBEBFF;
}
</style>