Shades of Linen #FAF1E5
Tints of Linen #FAF1E5
RGB
CMYK
RGB Variations
Color information
#FAF1E5 (or 0xFAF1E5) is known color: Linen. HEX triplet: FA, F1 and E5. RGB value is (250,241,229). Sum of RGB (Red+Green+Blue) = 250+241+229=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 241 (94.53% from 255 or 33.47% from 720); Blue value is 229 (89.84% from 255 or 31.81% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1E5 is #050E1A. Grayscale: #F2F2F2. Windows color (decimal): -331291 or 15069690. OLE color: 15069690.
HSL color Cylindrical-coordinate representation of color #FAF1E5: hue angle of 34.29º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAF1E5 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 229 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.02 |
| HSL | 34.29º | 0.68% | 0.94% | - |
| HSV(B) | 34.29º | 0.08% | 0.98% | - |
| XYZ | 85.02 | 88.89 | 86.81 | - |
| YUV | 242.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 229 | 0 | 0.04 | 0.08 | 0.02 | 34.29 | 0.68 | 0.94 |
| Hex | FA | F1 | E5 | 0 | 4 | 8 | 2 | 22 | 44 | 5E |
| Octal | 372 | 361 | 345 | 0 | 4 | 10 | 2 | 42 | 104 | 136 |
| Binary | 11111010 | 11110001 | 11100101 | 0 | 100 | 1000 | 10 | 100010 | 1000100 | 1011110 |
Color Harmonies of #FAF1E5
Complementary color
Monochromatic Colors of #FAF1E5
Black with #FAF1E5
Text Example
Text Example
White with #FAF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1E5; }
p { color: rgb(250,241,229); }
H1.HeaderClassName
{
color: #FAF1E5;
}
.AnyTagClassName
{
color: #FAF1E5;
}
</style>
background-color css
<style>
a { background-color: #FAF1E5; }
a { background-color: rgb(250,241,229); }
div.DivClassName
{
background-color: #FAF1E5;
}
.BgClassName
{
background-color: #FAF1E5;
}
</style>
border-color css
<style>
span { border-color: #FAF1E5; }
span { border-color: rgb(250,241,229); }
td.TdClassName
{
border-color: #FAF1E5;
}
.TagClassName
{
border-color: #FAF1E5;
}
</style>