Shades of Lavender Blush #FFE2F9
Tints of Lavender Blush #FFE2F9
RGB
CMYK
RGB Variations
Color information
#FFE2F9 (or 0xFFE2F9) is known color: Lavender Blush. HEX triplet: FF, E2 and F9. RGB value is (255,226,249). Sum of RGB (Red+Green+Blue) = 255+226+249=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 226 (88.67% from 255 or 30.96% from 730); Blue value is 249 (97.66% from 255 or 34.11% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE2F9 is #001D06. Grayscale: #EDEDED. Windows color (decimal): -7431 or 16376575. OLE color: 16376575.
HSL color Cylindrical-coordinate representation of color #FFE2F9: hue angle of 312.41º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE2F9 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 249 | - |
| CMYK | 0 | 0.11 | 0.02 | 0 |
| HSL | 312.41º | 1% | 0.94% | - |
| HSV(B) | 312.41º | 0.11% | 1% | - |
| XYZ | 85.54 | 82.49 | 101.04 | - |
| YUV | 237.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 249 | 0 | 0.11 | 0.02 | 0 | 312.41 | 1 | 0.94 |
| Hex | FF | E2 | F9 | 0 | B | 2 | 0 | 138 | 64 | 5E |
| Octal | 377 | 342 | 371 | 0 | 13 | 2 | 0 | 470 | 144 | 136 |
| Binary | 11111111 | 11100010 | 11111001 | 0 | 1011 | 10 | 0 | 100111000 | 1100100 | 1011110 |
Color Harmonies of #FFE2F9
Complementary color
Monochromatic Colors of #FFE2F9
Black with #FFE2F9
Text Example
Text Example
White with #FFE2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2F9; }
p { color: rgb(255,226,249); }
H1.HeaderClassName
{
color: #FFE2F9;
}
.AnyTagClassName
{
color: #FFE2F9;
}
</style>
background-color css
<style>
a { background-color: #FFE2F9; }
a { background-color: rgb(255,226,249); }
div.DivClassName
{
background-color: #FFE2F9;
}
.BgClassName
{
background-color: #FFE2F9;
}
</style>
border-color css
<style>
span { border-color: #FFE2F9; }
span { border-color: rgb(255,226,249); }
td.TdClassName
{
border-color: #FFE2F9;
}
.TagClassName
{
border-color: #FFE2F9;
}
</style>