Shades of Linen #FAF1E9
Tints of Linen #FAF1E9
RGB
CMYK
RGB Variations
Color information
#FAF1E9 (or 0xFAF1E9) is known color: Linen. HEX triplet: FA, F1 and E9. RGB value is (250,241,233). Sum of RGB (Red+Green+Blue) = 250+241+233=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 241 (94.53% from 255 or 33.29% from 724); Blue value is 233 (91.41% from 255 or 32.18% from 724); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1E9 is #050E16. Grayscale: #F2F2F2. Windows color (decimal): -331287 or 15331834. OLE color: 15331834.
HSL color Cylindrical-coordinate representation of color #FAF1E9: hue angle of 28.24º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAF1E9 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 233 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.02 |
| HSL | 28.24º | 0.63% | 0.95% | - |
| HSV(B) | 28.24º | 0.07% | 0.98% | - |
| XYZ | 85.59 | 89.12 | 89.78 | - |
| YUV | 242.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 233 | 0 | 0.04 | 0.07 | 0.02 | 28.24 | 0.63 | 0.95 |
| Hex | FA | F1 | E9 | 0 | 4 | 7 | 2 | 1C | 3F | 5F |
| Octal | 372 | 361 | 351 | 0 | 4 | 7 | 2 | 34 | 77 | 137 |
| Binary | 11111010 | 11110001 | 11101001 | 0 | 100 | 111 | 10 | 11100 | 111111 | 1011111 |
Color Harmonies of #FAF1E9
Complementary color
Monochromatic Colors of #FAF1E9
Black with #FAF1E9
Text Example
Text Example
White with #FAF1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1E9; }
p { color: rgb(250,241,233); }
H1.HeaderClassName
{
color: #FAF1E9;
}
.AnyTagClassName
{
color: #FAF1E9;
}
</style>
background-color css
<style>
a { background-color: #FAF1E9; }
a { background-color: rgb(250,241,233); }
div.DivClassName
{
background-color: #FAF1E9;
}
.BgClassName
{
background-color: #FAF1E9;
}
</style>
border-color css
<style>
span { border-color: #FAF1E9; }
span { border-color: rgb(250,241,233); }
td.TdClassName
{
border-color: #FAF1E9;
}
.TagClassName
{
border-color: #FAF1E9;
}
</style>