Shades of Linen #FAEEE3
Tints of Linen #FAEEE3
RGB
CMYK
RGB Variations
Color information
#FAEEE3 (or 0xFAEEE3) is known color: Linen. HEX triplet: FA, EE and E3. RGB value is (250,238,227). Sum of RGB (Red+Green+Blue) = 250+238+227=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 238 (93.36% from 255 or 33.29% from 715); Blue value is 227 (89.06% from 255 or 31.75% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEE3 is #05111C. Grayscale: #F0F0F0. Windows color (decimal): -332061 or 14937850. OLE color: 14937850.
HSL color Cylindrical-coordinate representation of color #FAEEE3: hue angle of 28.7º 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 #FAEEE3 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 227 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.02 |
| HSL | 28.7º | 0.7% | 0.94% | - |
| HSV(B) | 28.7º | 0.09% | 0.98% | - |
| XYZ | 83.86 | 87.02 | 85.05 | - |
| YUV | 240.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 227 | 0 | 0.05 | 0.09 | 0.02 | 28.7 | 0.7 | 0.94 |
| Hex | FA | EE | E3 | 0 | 5 | 9 | 2 | 1D | 46 | 5E |
| Octal | 372 | 356 | 343 | 0 | 5 | 11 | 2 | 35 | 106 | 136 |
| Binary | 11111010 | 11101110 | 11100011 | 0 | 101 | 1001 | 10 | 11101 | 1000110 | 1011110 |
Color Harmonies of #FAEEE3
Complementary color
Monochromatic Colors of #FAEEE3
Black with #FAEEE3
Text Example
Text Example
White with #FAEEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEE3; }
p { color: rgb(250,238,227); }
H1.HeaderClassName
{
color: #FAEEE3;
}
.AnyTagClassName
{
color: #FAEEE3;
}
</style>
background-color css
<style>
a { background-color: #FAEEE3; }
a { background-color: rgb(250,238,227); }
div.DivClassName
{
background-color: #FAEEE3;
}
.BgClassName
{
background-color: #FAEEE3;
}
</style>
border-color css
<style>
span { border-color: #FAEEE3; }
span { border-color: rgb(250,238,227); }
td.TdClassName
{
border-color: #FAEEE3;
}
.TagClassName
{
border-color: #FAEEE3;
}
</style>