Shades of Lavender Blush #FFEBF7
Tints of Lavender Blush #FFEBF7
RGB
CMYK
RGB Variations
Color information
#FFEBF7 (or 0xFFEBF7) is known color: Lavender Blush. HEX triplet: FF, EB and F7. RGB value is (255,235,247). Sum of RGB (Red+Green+Blue) = 255+235+247=737 (97% of max value = 765). Red value is 255 (100% from 255 or 34.60% from 737); Green value is 235 (92.19% from 255 or 31.89% from 737); Blue value is 247 (96.88% from 255 or 33.51% from 737); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBF7 is #001408. Grayscale: #F2F2F2. Windows color (decimal): -5129 or 16247807. OLE color: 16247807.
HSL color Cylindrical-coordinate representation of color #FFEBF7: hue angle of 324º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFEBF7 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 247 | - |
| CMYK | 0 | 0.08 | 0.03 | 0 |
| HSL | 324º | 1% | 0.96% | - |
| HSV(B) | 324º | 0.08% | 1% | - |
| XYZ | 87.74 | 87.39 | 100.24 | - |
| YUV | 242.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 247 | 0 | 0.08 | 0.03 | 0 | 324 | 1 | 0.96 |
| Hex | FF | EB | F7 | 0 | 8 | 3 | 0 | 144 | 64 | 60 |
| Octal | 377 | 353 | 367 | 0 | 10 | 3 | 0 | 504 | 144 | 140 |
| Binary | 11111111 | 11101011 | 11110111 | 0 | 1000 | 11 | 0 | 101000100 | 1100100 | 1100000 |
Color Harmonies of #FFEBF7
Complementary color
Monochromatic Colors of #FFEBF7
Black with #FFEBF7
Text Example
Text Example
White with #FFEBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBF7; }
p { color: rgb(255,235,247); }
H1.HeaderClassName
{
color: #FFEBF7;
}
.AnyTagClassName
{
color: #FFEBF7;
}
</style>
background-color css
<style>
a { background-color: #FFEBF7; }
a { background-color: rgb(255,235,247); }
div.DivClassName
{
background-color: #FFEBF7;
}
.BgClassName
{
background-color: #FFEBF7;
}
</style>
border-color css
<style>
span { border-color: #FFEBF7; }
span { border-color: rgb(255,235,247); }
td.TdClassName
{
border-color: #FFEBF7;
}
.TagClassName
{
border-color: #FFEBF7;
}
</style>