Shades of Lavender Blush #F9E9F2
Tints of Lavender Blush #F9E9F2
RGB
CMYK
RGB Variations
Color information
#F9E9F2 (or 0xF9E9F2) is known color: Lavender Blush. HEX triplet: F9, E9 and F2. RGB value is (249,233,242). Sum of RGB (Red+Green+Blue) = 249+233+242=724 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.39% from 724); Green value is 233 (91.41% from 255 or 32.18% from 724); Blue value is 242 (94.92% from 255 or 33.43% from 724); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E9F2 is #06160D. Grayscale: #EEEEEE. Windows color (decimal): -398862 or 15919609. OLE color: 15919609.
HSL color Cylindrical-coordinate representation of color #F9E9F2: hue angle of 326.25º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F9E9F2 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 233 | 242 | - |
CMYK | 0 | 0.06 | 0.03 | 0.02 |
HSL | 326.25º | 0.57% | 0.95% | - |
HSV(B) | 326.25º | 0.06% | 0.98% | - |
XYZ | 84.23 | 84.83 | 95.94 | - |
YUV | 238.81 | 129.8 | 135.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 233 | 242 | 0 | 0.06 | 0.03 | 0.02 | 326.25 | 0.57 | 0.95 |
Hex | F9 | E9 | F2 | 0 | 6 | 3 | 2 | 146 | 39 | 5F |
Octal | 371 | 351 | 362 | 0 | 6 | 3 | 2 | 506 | 71 | 137 |
Binary | 11111001 | 11101001 | 11110010 | 0 | 110 | 11 | 10 | 101000110 | 111001 | 1011111 |
Color Harmonies of #F9E9F2
Complementary color
Monochromatic Colors of #F9E9F2
Black with #F9E9F2
Text Example
Text Example
White with #F9E9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E9F2; }
p { color: rgb(249,233,242); }
H1.HeaderClassName
{
color: #F9E9F2;
}
.AnyTagClassName
{
color: #F9E9F2;
}
</style>
background-color css
<style>
a { background-color: #F9E9F2; }
a { background-color: rgb(249,233,242); }
div.DivClassName
{
background-color: #F9E9F2;
}
.BgClassName
{
background-color: #F9E9F2;
}
</style>
border-color css
<style>
span { border-color: #F9E9F2; }
span { border-color: rgb(249,233,242); }
td.TdClassName
{
border-color: #F9E9F2;
}
.TagClassName
{
border-color: #F9E9F2;
}
</style>