Shades of Lavender Blush #FFEBF9
Tints of Lavender Blush #FFEBF9
RGB
CMYK
RGB Variations
Color information
#FFEBF9 (or 0xFFEBF9) is known color: Lavender Blush. HEX triplet: FF, EB and F9. RGB value is (255,235,249). Sum of RGB (Red+Green+Blue) = 255+235+249=739 (97% of max value = 765). Red value is 255 (100% from 255 or 34.51% from 739); Green value is 235 (92.19% from 255 or 31.80% from 739); Blue value is 249 (97.66% from 255 or 33.69% from 739); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBF9 is #001406. Grayscale: #F2F2F2. Windows color (decimal): -5127 or 16378879. OLE color: 16378879.
HSL color Cylindrical-coordinate representation of color #FFEBF9: hue angle of 318º 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 #FFEBF9 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 249 | - |
| CMYK | 0 | 0.08 | 0.02 | 0 |
| HSL | 318º | 1% | 0.96% | - |
| HSV(B) | 318º | 0.08% | 1% | - |
| XYZ | 88.05 | 87.52 | 101.87 | - |
| YUV | 242.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 249 | 0 | 0.08 | 0.02 | 0 | 318 | 1 | 0.96 |
| Hex | FF | EB | F9 | 0 | 8 | 2 | 0 | 13E | 64 | 60 |
| Octal | 377 | 353 | 371 | 0 | 10 | 2 | 0 | 476 | 144 | 140 |
| Binary | 11111111 | 11101011 | 11111001 | 0 | 1000 | 10 | 0 | 100111110 | 1100100 | 1100000 |
Color Harmonies of #FFEBF9
Complementary color
Monochromatic Colors of #FFEBF9
Black with #FFEBF9
Text Example
Text Example
White with #FFEBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBF9; }
p { color: rgb(255,235,249); }
H1.HeaderClassName
{
color: #FFEBF9;
}
.AnyTagClassName
{
color: #FFEBF9;
}
</style>
background-color css
<style>
a { background-color: #FFEBF9; }
a { background-color: rgb(255,235,249); }
div.DivClassName
{
background-color: #FFEBF9;
}
.BgClassName
{
background-color: #FFEBF9;
}
</style>
border-color css
<style>
span { border-color: #FFEBF9; }
span { border-color: rgb(255,235,249); }
td.TdClassName
{
border-color: #FFEBF9;
}
.TagClassName
{
border-color: #FFEBF9;
}
</style>