Shades of Lavender Blush #FBEAF1
Tints of Lavender Blush #FBEAF1
RGB
CMYK
RGB Variations
Color information
#FBEAF1 (or 0xFBEAF1) is known color: Lavender Blush. HEX triplet: FB, EA and F1. RGB value is (251,234,241). Sum of RGB (Red+Green+Blue) = 251+234+241=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 234 (91.80% from 255 or 32.23% from 726); Blue value is 241 (94.53% from 255 or 33.20% from 726); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAF1 is #04150E. Grayscale: #EFEFEF. Windows color (decimal): -267535 or 15854331. OLE color: 15854331.
HSL color Cylindrical-coordinate representation of color #FBEAF1: hue angle of 335.29º 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 #FBEAF1 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 241 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.02 |
| HSL | 335.29º | 0.68% | 0.95% | - |
| HSV(B) | 335.29º | 0.07% | 0.98% | - |
| XYZ | 85.08 | 85.71 | 95.28 | - |
| YUV | 239.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 241 | 0 | 0.07 | 0.04 | 0.02 | 335.29 | 0.68 | 0.95 |
| Hex | FB | EA | F1 | 0 | 7 | 4 | 2 | 14F | 44 | 5F |
| Octal | 373 | 352 | 361 | 0 | 7 | 4 | 2 | 517 | 104 | 137 |
| Binary | 11111011 | 11101010 | 11110001 | 0 | 111 | 100 | 10 | 101001111 | 1000100 | 1011111 |
Color Harmonies of #FBEAF1
Complementary color
Monochromatic Colors of #FBEAF1
Black with #FBEAF1
Text Example
Text Example
White with #FBEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAF1; }
p { color: rgb(251,234,241); }
H1.HeaderClassName
{
color: #FBEAF1;
}
.AnyTagClassName
{
color: #FBEAF1;
}
</style>
background-color css
<style>
a { background-color: #FBEAF1; }
a { background-color: rgb(251,234,241); }
div.DivClassName
{
background-color: #FBEAF1;
}
.BgClassName
{
background-color: #FBEAF1;
}
</style>
border-color css
<style>
span { border-color: #FBEAF1; }
span { border-color: rgb(251,234,241); }
td.TdClassName
{
border-color: #FBEAF1;
}
.TagClassName
{
border-color: #FBEAF1;
}
</style>