Shades of Lavender Blush #FFE1F3
Tints of Lavender Blush #FFE1F3
RGB
CMYK
RGB Variations
Color information
#FFE1F3 (or 0xFFE1F3) is known color: Lavender Blush. HEX triplet: FF, E1 and F3. RGB value is (255,225,243). Sum of RGB (Red+Green+Blue) = 255+225+243=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 225 (88.28% from 255 or 31.12% from 723); Blue value is 243 (95.31% from 255 or 33.61% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1F3 is #001E0C. Grayscale: #EBEBEB. Windows color (decimal): -7693 or 15983103. OLE color: 15983103.
HSL color Cylindrical-coordinate representation of color #FFE1F3: hue angle of 324º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE1F3 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 243 | - |
| CMYK | 0 | 0.12 | 0.05 | 0 |
| HSL | 324º | 1% | 0.94% | - |
| HSV(B) | 324º | 0.12% | 1% | - |
| XYZ | 84.34 | 81.58 | 96.1 | - |
| YUV | 236.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 243 | 0 | 0.12 | 0.05 | 0 | 324 | 1 | 0.94 |
| Hex | FF | E1 | F3 | 0 | C | 5 | 0 | 144 | 64 | 5E |
| Octal | 377 | 341 | 363 | 0 | 14 | 5 | 0 | 504 | 144 | 136 |
| Binary | 11111111 | 11100001 | 11110011 | 0 | 1100 | 101 | 0 | 101000100 | 1100100 | 1011110 |
Color Harmonies of #FFE1F3
Complementary color
Monochromatic Colors of #FFE1F3
Black with #FFE1F3
Text Example
Text Example
White with #FFE1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1F3; }
p { color: rgb(255,225,243); }
H1.HeaderClassName
{
color: #FFE1F3;
}
.AnyTagClassName
{
color: #FFE1F3;
}
</style>
background-color css
<style>
a { background-color: #FFE1F3; }
a { background-color: rgb(255,225,243); }
div.DivClassName
{
background-color: #FFE1F3;
}
.BgClassName
{
background-color: #FFE1F3;
}
</style>
border-color css
<style>
span { border-color: #FFE1F3; }
span { border-color: rgb(255,225,243); }
td.TdClassName
{
border-color: #FFE1F3;
}
.TagClassName
{
border-color: #FFE1F3;
}
</style>