Shades of Lavender Blush #FFF1FC
Tints of Lavender Blush #FFF1FC
RGB
CMYK
RGB Variations
Color information
#FFF1FC (or 0xFFF1FC) is known color: Lavender Blush. HEX triplet: FF, F1 and FC. RGB value is (255,241,252). Sum of RGB (Red+Green+Blue) = 255+241+252=748 (99% of max value = 765). Red value is 255 (100% from 255 or 34.09% from 748); Green value is 241 (94.53% from 255 or 32.22% from 748); Blue value is 252 (98.83% from 255 or 33.69% from 748); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF1FC is #000E03. Grayscale: #F6F6F6. Windows color (decimal): -3588 or 16577023. OLE color: 16577023.
HSL color Cylindrical-coordinate representation of color #FFF1FC: hue angle of 312.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 #FFF1FC is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 252 | - |
| CMYK | 0 | 0.05 | 0.01 | 0 |
| HSL | 312.86º | 1% | 0.97% | - |
| HSV(B) | 312.86º | 0.05% | 1% | - |
| XYZ | 90.27 | 91.2 | 104.94 | - |
| YUV | 246.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 252 | 0 | 0.05 | 0.01 | 0 | 312.86 | 1 | 0.97 |
| Hex | FF | F1 | FC | 0 | 5 | 1 | 0 | 139 | 64 | 61 |
| Octal | 377 | 361 | 374 | 0 | 5 | 1 | 0 | 471 | 144 | 141 |
| Binary | 11111111 | 11110001 | 11111100 | 0 | 101 | 1 | 0 | 100111001 | 1100100 | 1100001 |
Color Harmonies of #FFF1FC
Complementary color
Monochromatic Colors of #FFF1FC
Black with #FFF1FC
Text Example
Text Example
White with #FFF1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1FC; }
p { color: rgb(255,241,252); }
H1.HeaderClassName
{
color: #FFF1FC;
}
.AnyTagClassName
{
color: #FFF1FC;
}
</style>
background-color css
<style>
a { background-color: #FFF1FC; }
a { background-color: rgb(255,241,252); }
div.DivClassName
{
background-color: #FFF1FC;
}
.BgClassName
{
background-color: #FFF1FC;
}
</style>
border-color css
<style>
span { border-color: #FFF1FC; }
span { border-color: rgb(255,241,252); }
td.TdClassName
{
border-color: #FFF1FC;
}
.TagClassName
{
border-color: #FFF1FC;
}
</style>