Shades of Lavender Blush #FBEDF5
Tints of Lavender Blush #FBEDF5
RGB
CMYK
RGB Variations
Color information
#FBEDF5 (or 0xFBEDF5) is known color: Lavender Blush. HEX triplet: FB, ED and F5. RGB value is (251,237,245). Sum of RGB (Red+Green+Blue) = 251+237+245=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 237 (92.97% from 255 or 32.33% from 733); Blue value is 245 (96.09% from 255 or 33.42% from 733); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDF5 is #04120A. Grayscale: #F2F2F2. Windows color (decimal): -266763 or 16117243. OLE color: 16117243.
HSL color Cylindrical-coordinate representation of color #FBEDF5: hue angle of 325.71º 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 #FBEDF5 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 245 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.02 |
| HSL | 325.71º | 0.64% | 0.96% | - |
| HSV(B) | 325.71º | 0.06% | 0.98% | - |
| XYZ | 86.55 | 87.67 | 98.75 | - |
| YUV | 242.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 245 | 0 | 0.06 | 0.02 | 0.02 | 325.71 | 0.64 | 0.96 |
| Hex | FB | ED | F5 | 0 | 6 | 2 | 2 | 146 | 40 | 60 |
| Octal | 373 | 355 | 365 | 0 | 6 | 2 | 2 | 506 | 100 | 140 |
| Binary | 11111011 | 11101101 | 11110101 | 0 | 110 | 10 | 10 | 101000110 | 1000000 | 1100000 |
Color Harmonies of #FBEDF5
Complementary color
Monochromatic Colors of #FBEDF5
Black with #FBEDF5
Text Example
Text Example
White with #FBEDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDF5; }
p { color: rgb(251,237,245); }
H1.HeaderClassName
{
color: #FBEDF5;
}
.AnyTagClassName
{
color: #FBEDF5;
}
</style>
background-color css
<style>
a { background-color: #FBEDF5; }
a { background-color: rgb(251,237,245); }
div.DivClassName
{
background-color: #FBEDF5;
}
.BgClassName
{
background-color: #FBEDF5;
}
</style>
border-color css
<style>
span { border-color: #FBEDF5; }
span { border-color: rgb(251,237,245); }
td.TdClassName
{
border-color: #FBEDF5;
}
.TagClassName
{
border-color: #FBEDF5;
}
</style>