Shades of Lavender Blush #FBF1F4
Tints of Lavender Blush #FBF1F4
RGB
CMYK
RGB Variations
Color information
#FBF1F4 (or 0xFBF1F4) is known color: Lavender Blush. HEX triplet: FB, F1 and F4. RGB value is (251,241,244). Sum of RGB (Red+Green+Blue) = 251+241+244=736 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.10% from 736); Green value is 241 (94.53% from 255 or 32.74% from 736); Blue value is 244 (95.70% from 255 or 33.15% from 736); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF1F4 is #040E0B. Grayscale: #F4F4F4. Windows color (decimal): -265740 or 16052731. OLE color: 16052731.
HSL color Cylindrical-coordinate representation of color #FBF1F4: hue angle of 342º degrees, saturation: 0.56, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FBF1F4 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 241 | 244 | - |
CMYK | 0 | 0.04 | 0.03 | 0.02 |
HSL | 342º | 0.56% | 0.96% | - |
HSV(B) | 342º | 0.04% | 0.98% | - |
XYZ | 87.57 | 89.95 | 98.33 | - |
YUV | 244.33 | 127.81 | 132.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 241 | 244 | 0 | 0.04 | 0.03 | 0.02 | 342 | 0.56 | 0.96 |
Hex | FB | F1 | F4 | 0 | 4 | 3 | 2 | 156 | 38 | 60 |
Octal | 373 | 361 | 364 | 0 | 4 | 3 | 2 | 526 | 70 | 140 |
Binary | 11111011 | 11110001 | 11110100 | 0 | 100 | 11 | 10 | 101010110 | 111000 | 1100000 |
Color Harmonies of #FBF1F4
Complementary color
Monochromatic Colors of #FBF1F4
Black with #FBF1F4
Text Example
Text Example
White with #FBF1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF1F4; }
p { color: rgb(251,241,244); }
H1.HeaderClassName
{
color: #FBF1F4;
}
.AnyTagClassName
{
color: #FBF1F4;
}
</style>
background-color css
<style>
a { background-color: #FBF1F4; }
a { background-color: rgb(251,241,244); }
div.DivClassName
{
background-color: #FBF1F4;
}
.BgClassName
{
background-color: #FBF1F4;
}
</style>
border-color css
<style>
span { border-color: #FBF1F4; }
span { border-color: rgb(251,241,244); }
td.TdClassName
{
border-color: #FBF1F4;
}
.TagClassName
{
border-color: #FBF1F4;
}
</style>