Shades of Linen #FFF1E4
Tints of Linen #FFF1E4
RGB
CMYK
RGB Variations
Color information
#FFF1E4 (or 0xFFF1E4) is known color: Linen. HEX triplet: FF, F1 and E4. RGB value is (255,241,228). Sum of RGB (Red+Green+Blue) = 255+241+228=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 241 (94.53% from 255 or 33.29% from 724); Blue value is 228 (89.45% from 255 or 31.49% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1E4 is #000E1B. Grayscale: #F3F3F3. Windows color (decimal): -3612 or 15004159. OLE color: 15004159.
HSL color Cylindrical-coordinate representation of color #FFF1E4: hue angle of 28.89º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFF1E4 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 228 | - |
| CMYK | 0 | 0.05 | 0.11 | 0 |
| HSL | 28.89º | 1% | 0.95% | - |
| HSV(B) | 28.89º | 0.11% | 1% | - |
| XYZ | 86.7 | 89.77 | 86.16 | - |
| YUV | 243.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 228 | 0 | 0.05 | 0.11 | 0 | 28.89 | 1 | 0.95 |
| Hex | FF | F1 | E4 | 0 | 5 | B | 0 | 1D | 64 | 5F |
| Octal | 377 | 361 | 344 | 0 | 5 | 13 | 0 | 35 | 144 | 137 |
| Binary | 11111111 | 11110001 | 11100100 | 0 | 101 | 1011 | 0 | 11101 | 1100100 | 1011111 |
Color Harmonies of #FFF1E4
Complementary color
Monochromatic Colors of #FFF1E4
Black with #FFF1E4
Text Example
Text Example
White with #FFF1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1E4; }
p { color: rgb(255,241,228); }
H1.HeaderClassName
{
color: #FFF1E4;
}
.AnyTagClassName
{
color: #FFF1E4;
}
</style>
background-color css
<style>
a { background-color: #FFF1E4; }
a { background-color: rgb(255,241,228); }
div.DivClassName
{
background-color: #FFF1E4;
}
.BgClassName
{
background-color: #FFF1E4;
}
</style>
border-color css
<style>
span { border-color: #FFF1E4; }
span { border-color: rgb(255,241,228); }
td.TdClassName
{
border-color: #FFF1E4;
}
.TagClassName
{
border-color: #FFF1E4;
}
</style>