Shades of Lavender Blush #FBE8F0
Tints of Lavender Blush #FBE8F0
RGB
CMYK
RGB Variations
Color information
#FBE8F0 (or 0xFBE8F0) is known color: Lavender Blush. HEX triplet: FB, E8 and F0. RGB value is (251,232,240). Sum of RGB (Red+Green+Blue) = 251+232+240=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 232 (91.02% from 255 or 32.09% from 723); Blue value is 240 (94.14% from 255 or 33.20% from 723); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE8F0 is #04170F. Grayscale: #EEEEEE. Windows color (decimal): -268048 or 15788283. OLE color: 15788283.
HSL color Cylindrical-coordinate representation of color #FBE8F0: hue angle of 334.74º degrees, saturation: 0.7, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBE8F0 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 232 | 240 | - |
CMYK | 0 | 0.08 | 0.04 | 0.02 |
HSL | 334.74º | 0.7% | 0.95% | - |
HSV(B) | 334.74º | 0.08% | 0.98% | - |
XYZ | 84.37 | 84.51 | 94.3 | - |
YUV | 238.59 | 128.79 | 136.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 232 | 240 | 0 | 0.08 | 0.04 | 0.02 | 334.74 | 0.7 | 0.95 |
Hex | FB | E8 | F0 | 0 | 8 | 4 | 2 | 14F | 46 | 5F |
Octal | 373 | 350 | 360 | 0 | 10 | 4 | 2 | 517 | 106 | 137 |
Binary | 11111011 | 11101000 | 11110000 | 0 | 1000 | 100 | 10 | 101001111 | 1000110 | 1011111 |
Color Harmonies of #FBE8F0
Complementary color
Monochromatic Colors of #FBE8F0
Black with #FBE8F0
Text Example
Text Example
White with #FBE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE8F0; }
p { color: rgb(251,232,240); }
H1.HeaderClassName
{
color: #FBE8F0;
}
.AnyTagClassName
{
color: #FBE8F0;
}
</style>
background-color css
<style>
a { background-color: #FBE8F0; }
a { background-color: rgb(251,232,240); }
div.DivClassName
{
background-color: #FBE8F0;
}
.BgClassName
{
background-color: #FBE8F0;
}
</style>
border-color css
<style>
span { border-color: #FBE8F0; }
span { border-color: rgb(251,232,240); }
td.TdClassName
{
border-color: #FBE8F0;
}
.TagClassName
{
border-color: #FBE8F0;
}
</style>