Shades of Linen #FAF0E3
Tints of Linen #FAF0E3
RGB
CMYK
RGB Variations
Color information
#FAF0E3 (or 0xFAF0E3) is known color: Linen. HEX triplet: FA, F0 and E3. RGB value is (250,240,227). Sum of RGB (Red+Green+Blue) = 250+240+227=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 227 (89.06% from 255 or 31.66% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0E3 is #050F1C. Grayscale: #F1F1F1. Windows color (decimal): -331549 or 14938362. OLE color: 14938362.
HSL color Cylindrical-coordinate representation of color #FAF0E3: hue angle of 33.91º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAF0E3 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 227 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.02 |
| HSL | 33.91º | 0.7% | 0.94% | - |
| HSV(B) | 33.91º | 0.09% | 0.98% | - |
| XYZ | 84.45 | 88.19 | 85.24 | - |
| YUV | 241.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 227 | 0 | 0.04 | 0.09 | 0.02 | 33.91 | 0.7 | 0.94 |
| Hex | FA | F0 | E3 | 0 | 4 | 9 | 2 | 22 | 46 | 5E |
| Octal | 372 | 360 | 343 | 0 | 4 | 11 | 2 | 42 | 106 | 136 |
| Binary | 11111010 | 11110000 | 11100011 | 0 | 100 | 1001 | 10 | 100010 | 1000110 | 1011110 |
Color Harmonies of #FAF0E3
Complementary color
Monochromatic Colors of #FAF0E3
Black with #FAF0E3
Text Example
Text Example
White with #FAF0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0E3; }
p { color: rgb(250,240,227); }
H1.HeaderClassName
{
color: #FAF0E3;
}
.AnyTagClassName
{
color: #FAF0E3;
}
</style>
background-color css
<style>
a { background-color: #FAF0E3; }
a { background-color: rgb(250,240,227); }
div.DivClassName
{
background-color: #FAF0E3;
}
.BgClassName
{
background-color: #FAF0E3;
}
</style>
border-color css
<style>
span { border-color: #FAF0E3; }
span { border-color: rgb(250,240,227); }
td.TdClassName
{
border-color: #FAF0E3;
}
.TagClassName
{
border-color: #FAF0E3;
}
</style>