Shades of Lavender Blush #FBEAF7
Tints of Lavender Blush #FBEAF7
RGB
CMYK
RGB Variations
Color information
#FBEAF7 (or 0xFBEAF7) is known color: Lavender Blush. HEX triplet: FB, EA and F7. RGB value is (251,234,247). Sum of RGB (Red+Green+Blue) = 251+234+247=732 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.29% from 732); Green value is 234 (91.80% from 255 or 31.97% from 732); Blue value is 247 (96.88% from 255 or 33.74% from 732); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAF7 is #041508. Grayscale: #F0F0F0. Windows color (decimal): -267529 or 16247547. OLE color: 16247547.
HSL color Cylindrical-coordinate representation of color #FBEAF7: hue angle of 314.12º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBEAF7 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 247 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.02 |
| HSL | 314.12º | 0.68% | 0.95% | - |
| HSV(B) | 314.12º | 0.07% | 0.98% | - |
| XYZ | 85.99 | 86.07 | 100.08 | - |
| YUV | 240.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 247 | 0 | 0.07 | 0.02 | 0.02 | 314.12 | 0.68 | 0.95 |
| Hex | FB | EA | F7 | 0 | 7 | 2 | 2 | 13A | 44 | 5F |
| Octal | 373 | 352 | 367 | 0 | 7 | 2 | 2 | 472 | 104 | 137 |
| Binary | 11111011 | 11101010 | 11110111 | 0 | 111 | 10 | 10 | 100111010 | 1000100 | 1011111 |
Color Harmonies of #FBEAF7
Complementary color
Monochromatic Colors of #FBEAF7
Black with #FBEAF7
Text Example
Text Example
White with #FBEAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAF7; }
p { color: rgb(251,234,247); }
H1.HeaderClassName
{
color: #FBEAF7;
}
.AnyTagClassName
{
color: #FBEAF7;
}
</style>
background-color css
<style>
a { background-color: #FBEAF7; }
a { background-color: rgb(251,234,247); }
div.DivClassName
{
background-color: #FBEAF7;
}
.BgClassName
{
background-color: #FBEAF7;
}
</style>
border-color css
<style>
span { border-color: #FBEAF7; }
span { border-color: rgb(251,234,247); }
td.TdClassName
{
border-color: #FBEAF7;
}
.TagClassName
{
border-color: #FBEAF7;
}
</style>