Shades of Lavender Blush #FBE2F0
Tints of Lavender Blush #FBE2F0
RGB
CMYK
RGB Variations
Color information
#FBE2F0 (or 0xFBE2F0) is known color: Lavender Blush. HEX triplet: FB, E2 and F0. RGB value is (251,226,240). Sum of RGB (Red+Green+Blue) = 251+226+240=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE2F0 is #041D0F. Grayscale: #EBEBEB. Windows color (decimal): -269584 or 15786747. OLE color: 15786747.
HSL color Cylindrical-coordinate representation of color #FBE2F0: hue angle of 326.4º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE2F0 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 240 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.02 |
| HSL | 326.4º | 0.76% | 0.94% | - |
| HSV(B) | 326.4º | 0.1% | 0.98% | - |
| XYZ | 82.71 | 81.19 | 93.75 | - |
| YUV | 235.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 240 | 0 | 0.10 | 0.04 | 0.02 | 326.4 | 0.76 | 0.94 |
| Hex | FB | E2 | F0 | 0 | A | 4 | 2 | 146 | 4C | 5E |
| Octal | 373 | 342 | 360 | 0 | 12 | 4 | 2 | 506 | 114 | 136 |
| Binary | 11111011 | 11100010 | 11110000 | 0 | 1010 | 100 | 10 | 101000110 | 1001100 | 1011110 |
Color Harmonies of #FBE2F0
Complementary color
Monochromatic Colors of #FBE2F0
Black with #FBE2F0
Text Example
Text Example
White with #FBE2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2F0; }
p { color: rgb(251,226,240); }
H1.HeaderClassName
{
color: #FBE2F0;
}
.AnyTagClassName
{
color: #FBE2F0;
}
</style>
background-color css
<style>
a { background-color: #FBE2F0; }
a { background-color: rgb(251,226,240); }
div.DivClassName
{
background-color: #FBE2F0;
}
.BgClassName
{
background-color: #FBE2F0;
}
</style>
border-color css
<style>
span { border-color: #FBE2F0; }
span { border-color: rgb(251,226,240); }
td.TdClassName
{
border-color: #FBE2F0;
}
.TagClassName
{
border-color: #FBE2F0;
}
</style>