Shades of Lavender Blush #FFF1F5
Tints of Lavender Blush #FFF1F5
RGB
CMYK
RGB Variations
Color information
#FFF1F5 (or 0xFFF1F5) is known color: Lavender Blush. HEX triplet: FF, F1 and F5. RGB value is (255,241,245). Sum of RGB (Red+Green+Blue) = 255+241+245=741 (98% of max value = 765). Red value is 255 (100% from 255 or 34.41% from 741); Green value is 241 (94.53% from 255 or 32.52% from 741); Blue value is 245 (96.09% from 255 or 33.06% from 741); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF1F5 is #000E0A. Grayscale: #F5F5F5. Windows color (decimal): -3595 or 16118271. OLE color: 16118271.
HSL color Cylindrical-coordinate representation of color #FFF1F5: hue angle of 342.86º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFF1F5 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 245 | - |
| CMYK | 0 | 0.05 | 0.04 | 0 |
| HSL | 342.86º | 1% | 0.97% | - |
| HSV(B) | 342.86º | 0.05% | 1% | - |
| XYZ | 89.18 | 90.76 | 99.21 | - |
| YUV | 245.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 245 | 0 | 0.05 | 0.04 | 0 | 342.86 | 1 | 0.97 |
| Hex | FF | F1 | F5 | 0 | 5 | 4 | 0 | 157 | 64 | 61 |
| Octal | 377 | 361 | 365 | 0 | 5 | 4 | 0 | 527 | 144 | 141 |
| Binary | 11111111 | 11110001 | 11110101 | 0 | 101 | 100 | 0 | 101010111 | 1100100 | 1100001 |
Color Harmonies of #FFF1F5
Complementary color
Monochromatic Colors of #FFF1F5
Black with #FFF1F5
Text Example
Text Example
White with #FFF1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1F5; }
p { color: rgb(255,241,245); }
H1.HeaderClassName
{
color: #FFF1F5;
}
.AnyTagClassName
{
color: #FFF1F5;
}
</style>
background-color css
<style>
a { background-color: #FFF1F5; }
a { background-color: rgb(255,241,245); }
div.DivClassName
{
background-color: #FFF1F5;
}
.BgClassName
{
background-color: #FFF1F5;
}
</style>
border-color css
<style>
span { border-color: #FFF1F5; }
span { border-color: rgb(255,241,245); }
td.TdClassName
{
border-color: #FFF1F5;
}
.TagClassName
{
border-color: #FFF1F5;
}
</style>