Shades of Linen #FAEEE5
Tints of Linen #FAEEE5
RGB
CMYK
RGB Variations
Color information
#FAEEE5 (or 0xFAEEE5) is known color: Linen. HEX triplet: FA, EE and E5. RGB value is (250,238,229). Sum of RGB (Red+Green+Blue) = 250+238+229=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 238 (93.36% from 255 or 33.19% from 717); Blue value is 229 (89.84% from 255 or 31.94% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEE5 is #05111A. Grayscale: #F0F0F0. Windows color (decimal): -332059 or 15068922. OLE color: 15068922.
HSL color Cylindrical-coordinate representation of color #FAEEE5: hue angle of 25.71º 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 #FAEEE5 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 229 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.02 |
| HSL | 25.71º | 0.68% | 0.94% | - |
| HSV(B) | 25.71º | 0.08% | 0.98% | - |
| XYZ | 84.14 | 87.13 | 86.51 | - |
| YUV | 240.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 229 | 0 | 0.05 | 0.08 | 0.02 | 25.71 | 0.68 | 0.94 |
| Hex | FA | EE | E5 | 0 | 5 | 8 | 2 | 1A | 44 | 5E |
| Octal | 372 | 356 | 345 | 0 | 5 | 10 | 2 | 32 | 104 | 136 |
| Binary | 11111010 | 11101110 | 11100101 | 0 | 101 | 1000 | 10 | 11010 | 1000100 | 1011110 |
Color Harmonies of #FAEEE5
Complementary color
Monochromatic Colors of #FAEEE5
Black with #FAEEE5
Text Example
Text Example
White with #FAEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEE5; }
p { color: rgb(250,238,229); }
H1.HeaderClassName
{
color: #FAEEE5;
}
.AnyTagClassName
{
color: #FAEEE5;
}
</style>
background-color css
<style>
a { background-color: #FAEEE5; }
a { background-color: rgb(250,238,229); }
div.DivClassName
{
background-color: #FAEEE5;
}
.BgClassName
{
background-color: #FAEEE5;
}
</style>
border-color css
<style>
span { border-color: #FAEEE5; }
span { border-color: rgb(250,238,229); }
td.TdClassName
{
border-color: #FAEEE5;
}
.TagClassName
{
border-color: #FAEEE5;
}
</style>