Shades of Linen #FAF2E7
Tints of Linen #FAF2E7
RGB
CMYK
RGB Variations
Color information
#FAF2E7 (or 0xFAF2E7) is known color: Linen. HEX triplet: FA, F2 and E7. RGB value is (250,242,231). Sum of RGB (Red+Green+Blue) = 250+242+231=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 242 (94.92% from 255 or 33.47% from 723); Blue value is 231 (90.62% from 255 or 31.95% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2E7 is #050D18. Grayscale: #F3F3F3. Windows color (decimal): -331033 or 15201018. OLE color: 15201018.
HSL color Cylindrical-coordinate representation of color #FAF2E7: hue angle of 34.74º degrees, saturation: 0.66, 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 #FAF2E7 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 231 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.02 |
| HSL | 34.74º | 0.66% | 0.94% | - |
| HSV(B) | 34.74º | 0.08% | 0.98% | - |
| XYZ | 85.6 | 89.6 | 88.38 | - |
| YUV | 243.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 231 | 0 | 0.03 | 0.08 | 0.02 | 34.74 | 0.66 | 0.94 |
| Hex | FA | F2 | E7 | 0 | 3 | 8 | 2 | 23 | 42 | 5E |
| Octal | 372 | 362 | 347 | 0 | 3 | 10 | 2 | 43 | 102 | 136 |
| Binary | 11111010 | 11110010 | 11100111 | 0 | 11 | 1000 | 10 | 100011 | 1000010 | 1011110 |
Color Harmonies of #FAF2E7
Complementary color
Monochromatic Colors of #FAF2E7
Black with #FAF2E7
Text Example
Text Example
White with #FAF2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2E7; }
p { color: rgb(250,242,231); }
H1.HeaderClassName
{
color: #FAF2E7;
}
.AnyTagClassName
{
color: #FAF2E7;
}
</style>
background-color css
<style>
a { background-color: #FAF2E7; }
a { background-color: rgb(250,242,231); }
div.DivClassName
{
background-color: #FAF2E7;
}
.BgClassName
{
background-color: #FAF2E7;
}
</style>
border-color css
<style>
span { border-color: #FAF2E7; }
span { border-color: rgb(250,242,231); }
td.TdClassName
{
border-color: #FAF2E7;
}
.TagClassName
{
border-color: #FAF2E7;
}
</style>