Shades of Linen #FAEFE5
Tints of Linen #FAEFE5
RGB
CMYK
RGB Variations
Color information
#FAEFE5 (or 0xFAEFE5) is known color: Linen. HEX triplet: FA, EF and E5. RGB value is (250,239,229). Sum of RGB (Red+Green+Blue) = 250+239+229=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 229 (89.84% from 255 or 31.89% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFE5 is #05101A. Grayscale: #F1F1F1. Windows color (decimal): -331803 or 15069178. OLE color: 15069178.
HSL color Cylindrical-coordinate representation of color #FAEFE5: hue angle of 28.57º 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 #FAEFE5 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 229 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.02 |
| HSL | 28.57º | 0.68% | 0.94% | - |
| HSV(B) | 28.57º | 0.08% | 0.98% | - |
| XYZ | 84.43 | 87.71 | 86.61 | - |
| YUV | 241.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 229 | 0 | 0.04 | 0.08 | 0.02 | 28.57 | 0.68 | 0.94 |
| Hex | FA | EF | E5 | 0 | 4 | 8 | 2 | 1D | 44 | 5E |
| Octal | 372 | 357 | 345 | 0 | 4 | 10 | 2 | 35 | 104 | 136 |
| Binary | 11111010 | 11101111 | 11100101 | 0 | 100 | 1000 | 10 | 11101 | 1000100 | 1011110 |
Color Harmonies of #FAEFE5
Complementary color
Monochromatic Colors of #FAEFE5
Black with #FAEFE5
Text Example
Text Example
White with #FAEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEFE5; }
p { color: rgb(250,239,229); }
H1.HeaderClassName
{
color: #FAEFE5;
}
.AnyTagClassName
{
color: #FAEFE5;
}
</style>
background-color css
<style>
a { background-color: #FAEFE5; }
a { background-color: rgb(250,239,229); }
div.DivClassName
{
background-color: #FAEFE5;
}
.BgClassName
{
background-color: #FAEFE5;
}
</style>
border-color css
<style>
span { border-color: #FAEFE5; }
span { border-color: rgb(250,239,229); }
td.TdClassName
{
border-color: #FAEFE5;
}
.TagClassName
{
border-color: #FAEFE5;
}
</style>