Shades of White Lilac #FBF4FD
Tints of White Lilac #FBF4FD
RGB
CMYK
RGB Variations
Color information
#FBF4FD (or 0xFBF4FD) is known color: White Lilac. HEX triplet: FB, F4 and FD. RGB value is (251,244,253). Sum of RGB (Red+Green+Blue) = 251+244+253=748 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.56% from 748); Green value is 244 (95.70% from 255 or 32.62% from 748); Blue value is 253 (99.22% from 255 or 33.82% from 748); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBF4FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF4FD is #040B02. Grayscale: #F7F7F7. Windows color (decimal): -264963 or 16643323. OLE color: 16643323.
HSL color Cylindrical-coordinate representation of color #FBF4FD: hue angle of 286.67º degrees, saturation: 0.69, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FBF4FD is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 244 | 253 | - |
CMYK | 0.01 | 0.04 | 0 | 0.01 |
HSL | 286.67º | 0.69% | 0.97% | - |
HSV(B) | 286.67º | 0.04% | 0.99% | - |
XYZ | 89.86 | 92.3 | 106.01 | - |
YUV | 247.12 | 131.32 | 130.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 244 | 253 | 0.01 | 0.04 | 0 | 0.01 | 286.67 | 0.69 | 0.97 |
Hex | FB | F4 | FD | 1 | 4 | 0 | 1 | 11F | 45 | 61 |
Octal | 373 | 364 | 375 | 1 | 4 | 0 | 1 | 437 | 105 | 141 |
Binary | 11111011 | 11110100 | 11111101 | 1 | 100 | 0 | 1 | 100011111 | 1000101 | 1100001 |
Color Harmonies of #FBF4FD
Complementary color
Monochromatic Colors of #FBF4FD
Black with #FBF4FD
Text Example
Text Example
White with #FBF4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF4FD; }
p { color: rgb(251,244,253); }
H1.HeaderClassName
{
color: #FBF4FD;
}
.AnyTagClassName
{
color: #FBF4FD;
}
</style>
background-color css
<style>
a { background-color: #FBF4FD; }
a { background-color: rgb(251,244,253); }
div.DivClassName
{
background-color: #FBF4FD;
}
.BgClassName
{
background-color: #FBF4FD;
}
</style>
border-color css
<style>
span { border-color: #FBF4FD; }
span { border-color: rgb(251,244,253); }
td.TdClassName
{
border-color: #FBF4FD;
}
.TagClassName
{
border-color: #FBF4FD;
}
</style>