Shades of White Lilac #FBEEFE
Tints of White Lilac #FBEEFE
RGB
CMYK
RGB Variations
Color information
#FBEEFE (or 0xFBEEFE) is known color: White Lilac. HEX triplet: FB, EE and FE. RGB value is (251,238,254). Sum of RGB (Red+Green+Blue) = 251+238+254=743 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.78% from 743); Green value is 238 (93.36% from 255 or 32.03% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEFE is #041101. Grayscale: #F3F3F3. Windows color (decimal): -266498 or 16707323. OLE color: 16707323.
HSL color Cylindrical-coordinate representation of color #FBEEFE: hue angle of 288.75º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBEEFE is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 238 | 254 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.00 |
| HSL | 288.75º | 0.89% | 0.96% | - |
| HSV(B) | 288.75º | 0.06% | 1% | - |
| XYZ | 88.25 | 88.81 | 106.26 | - |
| YUV | 243.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 254 | 0.01 | 0.06 | 0 | 0.00 | 288.75 | 0.89 | 0.96 |
| Hex | FB | EE | FE | 1 | 6 | 0 | 0 | 121 | 59 | 60 |
| Octal | 373 | 356 | 376 | 1 | 6 | 0 | 0 | 441 | 131 | 140 |
| Binary | 11111011 | 11101110 | 11111110 | 1 | 110 | 0 | 0 | 100100001 | 1011001 | 1100000 |
Color Harmonies of #FBEEFE
Complementary color
Monochromatic Colors of #FBEEFE
Black with #FBEEFE
Text Example
Text Example
White with #FBEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEFE; }
p { color: rgb(251,238,254); }
H1.HeaderClassName
{
color: #FBEEFE;
}
.AnyTagClassName
{
color: #FBEEFE;
}
</style>
background-color css
<style>
a { background-color: #FBEEFE; }
a { background-color: rgb(251,238,254); }
div.DivClassName
{
background-color: #FBEEFE;
}
.BgClassName
{
background-color: #FBEEFE;
}
</style>
border-color css
<style>
span { border-color: #FBEEFE; }
span { border-color: rgb(251,238,254); }
td.TdClassName
{
border-color: #FBEEFE;
}
.TagClassName
{
border-color: #FBEEFE;
}
</style>