Shades of White Lilac #FBF1FD
Tints of White Lilac #FBF1FD
RGB
CMYK
RGB Variations
Color information
#FBF1FD (or 0xFBF1FD) is known color: White Lilac. HEX triplet: FB, F1 and FD. RGB value is (251,241,253). Sum of RGB (Red+Green+Blue) = 251+241+253=745 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.69% from 745); Green value is 241 (94.53% from 255 or 32.35% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBF1FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF1FD is #040E02. Grayscale: #F5F5F5. Windows color (decimal): -265731 or 16642555. OLE color: 16642555.
HSL color Cylindrical-coordinate representation of color #FBF1FD: hue angle of 290º degrees, saturation: 0.75, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FBF1FD is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 241 | 253 | - |
CMYK | 0.01 | 0.05 | 0 | 0.01 |
HSL | 290º | 0.75% | 0.97% | - |
HSV(B) | 290º | 0.05% | 0.99% | - |
XYZ | 88.97 | 90.51 | 105.71 | - |
YUV | 245.36 | 132.31 | 132.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 241 | 253 | 0.01 | 0.05 | 0 | 0.01 | 290 | 0.75 | 0.97 |
Hex | FB | F1 | FD | 1 | 5 | 0 | 1 | 122 | 4B | 61 |
Octal | 373 | 361 | 375 | 1 | 5 | 0 | 1 | 442 | 113 | 141 |
Binary | 11111011 | 11110001 | 11111101 | 1 | 101 | 0 | 1 | 100100010 | 1001011 | 1100001 |
Color Harmonies of #FBF1FD
Complementary color
Monochromatic Colors of #FBF1FD
Black with #FBF1FD
Text Example
Text Example
White with #FBF1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF1FD; }
p { color: rgb(251,241,253); }
H1.HeaderClassName
{
color: #FBF1FD;
}
.AnyTagClassName
{
color: #FBF1FD;
}
</style>
background-color css
<style>
a { background-color: #FBF1FD; }
a { background-color: rgb(251,241,253); }
div.DivClassName
{
background-color: #FBF1FD;
}
.BgClassName
{
background-color: #FBF1FD;
}
</style>
border-color css
<style>
span { border-color: #FBF1FD; }
span { border-color: rgb(251,241,253); }
td.TdClassName
{
border-color: #FBF1FD;
}
.TagClassName
{
border-color: #FBF1FD;
}
</style>