Shades of Lavender Blush #FFF1FB
Tints of Lavender Blush #FFF1FB
RGB
CMYK
RGB Variations
Color information
#FFF1FB (or 0xFFF1FB) is known color: Lavender Blush. HEX triplet: FF, F1 and FB. RGB value is (255,241,251). Sum of RGB (Red+Green+Blue) = 255+241+251=747 (98% of max value = 765). Red value is 255 (100% from 255 or 34.14% from 747); Green value is 241 (94.53% from 255 or 32.26% from 747); Blue value is 251 (98.44% from 255 or 33.60% from 747); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF1FB is #000E04. Grayscale: #F6F6F6. Windows color (decimal): -3589 or 16511487. OLE color: 16511487.
HSL color Cylindrical-coordinate representation of color #FFF1FB: hue angle of 317.14º 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 #FFF1FB is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 251 | - |
| CMYK | 0 | 0.05 | 0.02 | 0 |
| HSL | 317.14º | 1% | 0.97% | - |
| HSV(B) | 317.14º | 0.05% | 1% | - |
| XYZ | 90.11 | 91.14 | 104.11 | - |
| YUV | 246.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 251 | 0 | 0.05 | 0.02 | 0 | 317.14 | 1 | 0.97 |
| Hex | FF | F1 | FB | 0 | 5 | 2 | 0 | 13D | 64 | 61 |
| Octal | 377 | 361 | 373 | 0 | 5 | 2 | 0 | 475 | 144 | 141 |
| Binary | 11111111 | 11110001 | 11111011 | 0 | 101 | 10 | 0 | 100111101 | 1100100 | 1100001 |
Color Harmonies of #FFF1FB
Complementary color
Monochromatic Colors of #FFF1FB
Black with #FFF1FB
Text Example
Text Example
White with #FFF1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1FB; }
p { color: rgb(255,241,251); }
H1.HeaderClassName
{
color: #FFF1FB;
}
.AnyTagClassName
{
color: #FFF1FB;
}
</style>
background-color css
<style>
a { background-color: #FFF1FB; }
a { background-color: rgb(255,241,251); }
div.DivClassName
{
background-color: #FFF1FB;
}
.BgClassName
{
background-color: #FFF1FB;
}
</style>
border-color css
<style>
span { border-color: #FFF1FB; }
span { border-color: rgb(255,241,251); }
td.TdClassName
{
border-color: #FFF1FB;
}
.TagClassName
{
border-color: #FFF1FB;
}
</style>