Shades of Lavender Blush #F9E2F2
Tints of Lavender Blush #F9E2F2
RGB
CMYK
RGB Variations
Color information
#F9E2F2 (or 0xF9E2F2) is known color: Lavender Blush. HEX triplet: F9, E2 and F2. RGB value is (249,226,242). Sum of RGB (Red+Green+Blue) = 249+226+242=717 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.73% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 242 (94.92% from 255 or 33.75% from 717); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E2F2 is #061D0D. Grayscale: #EAEAEA. Windows color (decimal): -400654 or 15917817. OLE color: 15917817.
HSL color Cylindrical-coordinate representation of color #F9E2F2: hue angle of 318.26º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F9E2F2 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 226 | 242 | - |
CMYK | 0 | 0.09 | 0.03 | 0.02 |
HSL | 318.26º | 0.66% | 0.93% | - |
HSV(B) | 318.26º | 0.09% | 0.98% | - |
XYZ | 82.29 | 80.94 | 95.29 | - |
YUV | 234.7 | 132.12 | 138.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 226 | 242 | 0 | 0.09 | 0.03 | 0.02 | 318.26 | 0.66 | 0.93 |
Hex | F9 | E2 | F2 | 0 | 9 | 3 | 2 | 13E | 42 | 5D |
Octal | 371 | 342 | 362 | 0 | 11 | 3 | 2 | 476 | 102 | 135 |
Binary | 11111001 | 11100010 | 11110010 | 0 | 1001 | 11 | 10 | 100111110 | 1000010 | 1011101 |
Color Harmonies of #F9E2F2
Complementary color
Monochromatic Colors of #F9E2F2
Black with #F9E2F2
Text Example
Text Example
White with #F9E2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E2F2; }
p { color: rgb(249,226,242); }
H1.HeaderClassName
{
color: #F9E2F2;
}
.AnyTagClassName
{
color: #F9E2F2;
}
</style>
background-color css
<style>
a { background-color: #F9E2F2; }
a { background-color: rgb(249,226,242); }
div.DivClassName
{
background-color: #F9E2F2;
}
.BgClassName
{
background-color: #F9E2F2;
}
</style>
border-color css
<style>
span { border-color: #F9E2F2; }
span { border-color: rgb(249,226,242); }
td.TdClassName
{
border-color: #F9E2F2;
}
.TagClassName
{
border-color: #F9E2F2;
}
</style>