Shades of Lavender Blush #F9EDF2
Tints of Lavender Blush #F9EDF2
RGB
CMYK
RGB Variations
Color information
#F9EDF2 (or 0xF9EDF2) is known color: Lavender Blush. HEX triplet: F9, ED and F2. RGB value is (249,237,242). Sum of RGB (Red+Green+Blue) = 249+237+242=728 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.20% from 728); Green value is 237 (92.97% from 255 or 32.55% from 728); Blue value is 242 (94.92% from 255 or 33.24% from 728); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EDF2 is #06120D. Grayscale: #F1F1F1. Windows color (decimal): -397838 or 15920633. OLE color: 15920633.
HSL color Cylindrical-coordinate representation of color #F9EDF2: hue angle of 335º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9EDF2 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 237 | 242 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.02 |
| HSL | 335º | 0.5% | 0.95% | - |
| HSV(B) | 335º | 0.05% | 0.98% | - |
| XYZ | 85.38 | 87.12 | 96.32 | - |
| YUV | 241.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 237 | 242 | 0 | 0.05 | 0.03 | 0.02 | 335 | 0.5 | 0.95 |
| Hex | F9 | ED | F2 | 0 | 5 | 3 | 2 | 14F | 32 | 5F |
| Octal | 371 | 355 | 362 | 0 | 5 | 3 | 2 | 517 | 62 | 137 |
| Binary | 11111001 | 11101101 | 11110010 | 0 | 101 | 11 | 10 | 101001111 | 110010 | 1011111 |
Color Harmonies of #F9EDF2
Complementary color
Monochromatic Colors of #F9EDF2
Black with #F9EDF2
Text Example
Text Example
White with #F9EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EDF2; }
p { color: rgb(249,237,242); }
H1.HeaderClassName
{
color: #F9EDF2;
}
.AnyTagClassName
{
color: #F9EDF2;
}
</style>
background-color css
<style>
a { background-color: #F9EDF2; }
a { background-color: rgb(249,237,242); }
div.DivClassName
{
background-color: #F9EDF2;
}
.BgClassName
{
background-color: #F9EDF2;
}
</style>
border-color css
<style>
span { border-color: #F9EDF2; }
span { border-color: rgb(249,237,242); }
td.TdClassName
{
border-color: #F9EDF2;
}
.TagClassName
{
border-color: #F9EDF2;
}
</style>