Shades of Lavender Blush #FBEDF3
Tints of Lavender Blush #FBEDF3
RGB
CMYK
RGB Variations
Color information
#FBEDF3 (or 0xFBEDF3) is known color: Lavender Blush. HEX triplet: FB, ED and F3. RGB value is (251,237,243). Sum of RGB (Red+Green+Blue) = 251+237+243=731 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.34% from 731); Green value is 237 (92.97% from 255 or 32.42% from 731); Blue value is 243 (95.31% from 255 or 33.24% from 731); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDF3 is #04120C. Grayscale: #F1F1F1. Windows color (decimal): -266765 or 15986171. OLE color: 15986171.
HSL color Cylindrical-coordinate representation of color #FBEDF3: hue angle of 334.29º 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 #FBEDF3 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 243 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.02 |
| HSL | 334.29º | 0.64% | 0.96% | - |
| HSV(B) | 334.29º | 0.06% | 0.98% | - |
| XYZ | 86.25 | 87.55 | 97.15 | - |
| YUV | 241.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 243 | 0 | 0.06 | 0.03 | 0.02 | 334.29 | 0.64 | 0.96 |
| Hex | FB | ED | F3 | 0 | 6 | 3 | 2 | 14E | 40 | 60 |
| Octal | 373 | 355 | 363 | 0 | 6 | 3 | 2 | 516 | 100 | 140 |
| Binary | 11111011 | 11101101 | 11110011 | 0 | 110 | 11 | 10 | 101001110 | 1000000 | 1100000 |
Color Harmonies of #FBEDF3
Complementary color
Monochromatic Colors of #FBEDF3
Black with #FBEDF3
Text Example
Text Example
White with #FBEDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDF3; }
p { color: rgb(251,237,243); }
H1.HeaderClassName
{
color: #FBEDF3;
}
.AnyTagClassName
{
color: #FBEDF3;
}
</style>
background-color css
<style>
a { background-color: #FBEDF3; }
a { background-color: rgb(251,237,243); }
div.DivClassName
{
background-color: #FBEDF3;
}
.BgClassName
{
background-color: #FBEDF3;
}
</style>
border-color css
<style>
span { border-color: #FBEDF3; }
span { border-color: rgb(251,237,243); }
td.TdClassName
{
border-color: #FBEDF3;
}
.TagClassName
{
border-color: #FBEDF3;
}
</style>