Shades of White Lilac #FBEAFF
Tints of White Lilac #FBEAFF
RGB
CMYK
RGB Variations
Color information
#FBEAFF (or 0xFBEAFF) is known color: White Lilac. HEX triplet: FB, EA and FF. RGB value is (251,234,255). Sum of RGB (Red+Green+Blue) = 251+234+255=740 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.92% from 740); Green value is 234 (91.80% from 255 or 31.62% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBEAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAFF is #041500. Grayscale: #F1F1F1. Windows color (decimal): -267521 or 16771835. OLE color: 16771835.
HSL color Cylindrical-coordinate representation of color #FBEAFF: hue angle of 288.57º 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 #FBEAFF is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 234 | 255 | - |
| CMYK | 0.02 | 0.08 | 0 | 0 |
| HSL | 288.57º | 1% | 0.96% | - |
| HSV(B) | 288.57º | 0.08% | 1% | - |
| XYZ | 87.26 | 86.57 | 106.72 | - |
| YUV | 241.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 255 | 0.02 | 0.08 | 0 | 0 | 288.57 | 1 | 0.96 |
| Hex | FB | EA | FF | 2 | 8 | 0 | 0 | 121 | 64 | 60 |
| Octal | 373 | 352 | 377 | 2 | 10 | 0 | 0 | 441 | 144 | 140 |
| Binary | 11111011 | 11101010 | 11111111 | 10 | 1000 | 0 | 0 | 100100001 | 1100100 | 1100000 |
Color Harmonies of #FBEAFF
Complementary color
Monochromatic Colors of #FBEAFF
Black with #FBEAFF
Text Example
Text Example
White with #FBEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAFF; }
p { color: rgb(251,234,255); }
H1.HeaderClassName
{
color: #FBEAFF;
}
.AnyTagClassName
{
color: #FBEAFF;
}
</style>
background-color css
<style>
a { background-color: #FBEAFF; }
a { background-color: rgb(251,234,255); }
div.DivClassName
{
background-color: #FBEAFF;
}
.BgClassName
{
background-color: #FBEAFF;
}
</style>
border-color css
<style>
span { border-color: #FBEAFF; }
span { border-color: rgb(251,234,255); }
td.TdClassName
{
border-color: #FBEAFF;
}
.TagClassName
{
border-color: #FBEAFF;
}
</style>