Shades of Lavender Blush #FBE5F0
Tints of Lavender Blush #FBE5F0
RGB
CMYK
RGB Variations
Color information
#FBE5F0 (or 0xFBE5F0) is known color: Lavender Blush. HEX triplet: FB, E5 and F0. RGB value is (251,229,240). Sum of RGB (Red+Green+Blue) = 251+229+240=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 229 (89.84% from 255 or 31.81% from 720); Blue value is 240 (94.14% from 255 or 33.33% from 720); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5F0 is #041A0F. Grayscale: #ECECEC. Windows color (decimal): -268816 or 15787515. OLE color: 15787515.
HSL color Cylindrical-coordinate representation of color #FBE5F0: hue angle of 330º degrees, saturation: 0.73, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FBE5F0 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 240 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.02 |
| HSL | 330º | 0.73% | 0.94% | - |
| HSV(B) | 330º | 0.09% | 0.98% | - |
| XYZ | 83.53 | 82.84 | 94.03 | - |
| YUV | 236.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 240 | 0 | 0.09 | 0.04 | 0.02 | 330 | 0.73 | 0.94 |
| Hex | FB | E5 | F0 | 0 | 9 | 4 | 2 | 14A | 49 | 5E |
| Octal | 373 | 345 | 360 | 0 | 11 | 4 | 2 | 512 | 111 | 136 |
| Binary | 11111011 | 11100101 | 11110000 | 0 | 1001 | 100 | 10 | 101001010 | 1001001 | 1011110 |
Color Harmonies of #FBE5F0
Complementary color
Monochromatic Colors of #FBE5F0
Black with #FBE5F0
Text Example
Text Example
White with #FBE5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5F0; }
p { color: rgb(251,229,240); }
H1.HeaderClassName
{
color: #FBE5F0;
}
.AnyTagClassName
{
color: #FBE5F0;
}
</style>
background-color css
<style>
a { background-color: #FBE5F0; }
a { background-color: rgb(251,229,240); }
div.DivClassName
{
background-color: #FBE5F0;
}
.BgClassName
{
background-color: #FBE5F0;
}
</style>
border-color css
<style>
span { border-color: #FBE5F0; }
span { border-color: rgb(251,229,240); }
td.TdClassName
{
border-color: #FBE5F0;
}
.TagClassName
{
border-color: #FBE5F0;
}
</style>