Shades of Lavender Blush #FFE5F3
Tints of Lavender Blush #FFE5F3
RGB
CMYK
RGB Variations
Color information
#FFE5F3 (or 0xFFE5F3) is known color: Lavender Blush. HEX triplet: FF, E5 and F3. RGB value is (255,229,243). Sum of RGB (Red+Green+Blue) = 255+229+243=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 229 (89.84% from 255 or 31.50% from 727); Blue value is 243 (95.31% from 255 or 33.43% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5F3 is #001A0C. Grayscale: #EEEEEE. Windows color (decimal): -6669 or 15984127. OLE color: 15984127.
HSL color Cylindrical-coordinate representation of color #FFE5F3: hue angle of 327.69º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE5F3 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 243 | - |
| CMYK | 0 | 0.10 | 0.05 | 0 |
| HSL | 327.69º | 1% | 0.95% | - |
| HSV(B) | 327.69º | 0.1% | 1% | - |
| XYZ | 85.44 | 83.77 | 96.46 | - |
| YUV | 238.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 243 | 0 | 0.10 | 0.05 | 0 | 327.69 | 1 | 0.95 |
| Hex | FF | E5 | F3 | 0 | A | 5 | 0 | 148 | 64 | 5F |
| Octal | 377 | 345 | 363 | 0 | 12 | 5 | 0 | 510 | 144 | 137 |
| Binary | 11111111 | 11100101 | 11110011 | 0 | 1010 | 101 | 0 | 101001000 | 1100100 | 1011111 |
Color Harmonies of #FFE5F3
Complementary color
Monochromatic Colors of #FFE5F3
Black with #FFE5F3
Text Example
Text Example
White with #FFE5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5F3; }
p { color: rgb(255,229,243); }
H1.HeaderClassName
{
color: #FFE5F3;
}
.AnyTagClassName
{
color: #FFE5F3;
}
</style>
background-color css
<style>
a { background-color: #FFE5F3; }
a { background-color: rgb(255,229,243); }
div.DivClassName
{
background-color: #FFE5F3;
}
.BgClassName
{
background-color: #FFE5F3;
}
</style>
border-color css
<style>
span { border-color: #FFE5F3; }
span { border-color: rgb(255,229,243); }
td.TdClassName
{
border-color: #FFE5F3;
}
.TagClassName
{
border-color: #FFE5F3;
}
</style>