Shades of Lavender Blush #FBE6F1
Tints of Lavender Blush #FBE6F1
RGB
CMYK
RGB Variations
Color information
#FBE6F1 (or 0xFBE6F1) is known color: Lavender Blush. HEX triplet: FB, E6 and F1. RGB value is (251,230,241). Sum of RGB (Red+Green+Blue) = 251+230+241=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 230 (90.23% from 255 or 31.86% from 722); Blue value is 241 (94.53% from 255 or 33.38% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE6F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE6F1 is #04190E. Grayscale: #EDEDED. Windows color (decimal): -268559 or 15853307. OLE color: 15853307.
HSL color Cylindrical-coordinate representation of color #FBE6F1: hue angle of 328.57º degrees, saturation: 0.72, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBE6F1 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 230 | 241 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.02 |
| HSL | 328.57º | 0.72% | 0.94% | - |
| HSV(B) | 328.57º | 0.08% | 0.98% | - |
| XYZ | 83.96 | 83.45 | 94.9 | - |
| YUV | 237.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 230 | 241 | 0 | 0.08 | 0.04 | 0.02 | 328.57 | 0.72 | 0.94 |
| Hex | FB | E6 | F1 | 0 | 8 | 4 | 2 | 149 | 48 | 5E |
| Octal | 373 | 346 | 361 | 0 | 10 | 4 | 2 | 511 | 110 | 136 |
| Binary | 11111011 | 11100110 | 11110001 | 0 | 1000 | 100 | 10 | 101001001 | 1001000 | 1011110 |
Color Harmonies of #FBE6F1
Complementary color
Monochromatic Colors of #FBE6F1
Black with #FBE6F1
Text Example
Text Example
White with #FBE6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE6F1; }
p { color: rgb(251,230,241); }
H1.HeaderClassName
{
color: #FBE6F1;
}
.AnyTagClassName
{
color: #FBE6F1;
}
</style>
background-color css
<style>
a { background-color: #FBE6F1; }
a { background-color: rgb(251,230,241); }
div.DivClassName
{
background-color: #FBE6F1;
}
.BgClassName
{
background-color: #FBE6F1;
}
</style>
border-color css
<style>
span { border-color: #FBE6F1; }
span { border-color: rgb(251,230,241); }
td.TdClassName
{
border-color: #FBE6F1;
}
.TagClassName
{
border-color: #FBE6F1;
}
</style>