Shades of Lavender Blush #FBEDF1
Tints of Lavender Blush #FBEDF1
RGB
CMYK
RGB Variations
Color information
#FBEDF1 (or 0xFBEDF1) is known color: Lavender Blush. HEX triplet: FB, ED and F1. RGB value is (251,237,241). Sum of RGB (Red+Green+Blue) = 251+237+241=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDF1 is #04120E. Grayscale: #F1F1F1. Windows color (decimal): -266767 or 15855099. OLE color: 15855099.
HSL color Cylindrical-coordinate representation of color #FBEDF1: hue angle of 342.86º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBEDF1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 241 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.02 |
| HSL | 342.86º | 0.64% | 0.96% | - |
| HSV(B) | 342.86º | 0.06% | 0.98% | - |
| XYZ | 85.95 | 87.43 | 95.56 | - |
| YUV | 241.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 241 | 0 | 0.06 | 0.04 | 0.02 | 342.86 | 0.64 | 0.96 |
| Hex | FB | ED | F1 | 0 | 6 | 4 | 2 | 157 | 40 | 60 |
| Octal | 373 | 355 | 361 | 0 | 6 | 4 | 2 | 527 | 100 | 140 |
| Binary | 11111011 | 11101101 | 11110001 | 0 | 110 | 100 | 10 | 101010111 | 1000000 | 1100000 |
Color Harmonies of #FBEDF1
Complementary color
Monochromatic Colors of #FBEDF1
Black with #FBEDF1
Text Example
Text Example
White with #FBEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDF1; }
p { color: rgb(251,237,241); }
H1.HeaderClassName
{
color: #FBEDF1;
}
.AnyTagClassName
{
color: #FBEDF1;
}
</style>
background-color css
<style>
a { background-color: #FBEDF1; }
a { background-color: rgb(251,237,241); }
div.DivClassName
{
background-color: #FBEDF1;
}
.BgClassName
{
background-color: #FBEDF1;
}
</style>
border-color css
<style>
span { border-color: #FBEDF1; }
span { border-color: rgb(251,237,241); }
td.TdClassName
{
border-color: #FBEDF1;
}
.TagClassName
{
border-color: #FBEDF1;
}
</style>