Shades of White Lilac #FBEEFF
Tints of White Lilac #FBEEFF
RGB
CMYK
RGB Variations
Color information
#FBEEFF (or 0xFBEEFF) is known color: White Lilac. HEX triplet: FB, EE and FF. RGB value is (251,238,255). Sum of RGB (Red+Green+Blue) = 251+238+255=744 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.74% from 744); Green value is 238 (93.36% from 255 or 31.99% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBEEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEFF is #041100. Grayscale: #F3F3F3. Windows color (decimal): -266497 or 16772859. OLE color: 16772859.
HSL color Cylindrical-coordinate representation of color #FBEEFF: hue angle of 285.88º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBEEFF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 238 | 255 | - |
| CMYK | 0.02 | 0.07 | 0 | 0 |
| HSL | 285.88º | 1% | 0.97% | - |
| HSV(B) | 285.88º | 0.07% | 1% | - |
| XYZ | 88.41 | 88.88 | 107.1 | - |
| YUV | 243.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 255 | 0.02 | 0.07 | 0 | 0 | 285.88 | 1 | 0.97 |
| Hex | FB | EE | FF | 2 | 7 | 0 | 0 | 11E | 64 | 61 |
| Octal | 373 | 356 | 377 | 2 | 7 | 0 | 0 | 436 | 144 | 141 |
| Binary | 11111011 | 11101110 | 11111111 | 10 | 111 | 0 | 0 | 100011110 | 1100100 | 1100001 |
Color Harmonies of #FBEEFF
Complementary color
Monochromatic Colors of #FBEEFF
Black with #FBEEFF
Text Example
Text Example
White with #FBEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEFF; }
p { color: rgb(251,238,255); }
H1.HeaderClassName
{
color: #FBEEFF;
}
.AnyTagClassName
{
color: #FBEEFF;
}
</style>
background-color css
<style>
a { background-color: #FBEEFF; }
a { background-color: rgb(251,238,255); }
div.DivClassName
{
background-color: #FBEEFF;
}
.BgClassName
{
background-color: #FBEEFF;
}
</style>
border-color css
<style>
span { border-color: #FBEEFF; }
span { border-color: rgb(251,238,255); }
td.TdClassName
{
border-color: #FBEEFF;
}
.TagClassName
{
border-color: #FBEEFF;
}
</style>