Shades of Linen #FAEFE4
Tints of Linen #FAEFE4
RGB
CMYK
RGB Variations
Color information
#FAEFE4 (or 0xFAEFE4) is known color: Linen. HEX triplet: FA, EF and E4. RGB value is (250,239,228). Sum of RGB (Red+Green+Blue) = 250+239+228=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 228 (89.45% from 255 or 31.80% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFE4 is #05101B. Grayscale: #F1F1F1. Windows color (decimal): -331804 or 15003642. OLE color: 15003642.
HSL color Cylindrical-coordinate representation of color #FAEFE4: hue angle of 30º degrees, saturation: 0.69, 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 #FAEFE4 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 228 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.02 |
| HSL | 30º | 0.69% | 0.94% | - |
| HSV(B) | 30º | 0.09% | 0.98% | - |
| XYZ | 84.29 | 87.66 | 85.88 | - |
| YUV | 241.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 228 | 0 | 0.04 | 0.09 | 0.02 | 30 | 0.69 | 0.94 |
| Hex | FA | EF | E4 | 0 | 4 | 9 | 2 | 1E | 45 | 5E |
| Octal | 372 | 357 | 344 | 0 | 4 | 11 | 2 | 36 | 105 | 136 |
| Binary | 11111010 | 11101111 | 11100100 | 0 | 100 | 1001 | 10 | 11110 | 1000101 | 1011110 |
Color Harmonies of #FAEFE4
Complementary color
Monochromatic Colors of #FAEFE4
Black with #FAEFE4
Text Example
Text Example
White with #FAEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEFE4; }
p { color: rgb(250,239,228); }
H1.HeaderClassName
{
color: #FAEFE4;
}
.AnyTagClassName
{
color: #FAEFE4;
}
</style>
background-color css
<style>
a { background-color: #FAEFE4; }
a { background-color: rgb(250,239,228); }
div.DivClassName
{
background-color: #FAEFE4;
}
.BgClassName
{
background-color: #FAEFE4;
}
</style>
border-color css
<style>
span { border-color: #FAEFE4; }
span { border-color: rgb(250,239,228); }
td.TdClassName
{
border-color: #FAEFE4;
}
.TagClassName
{
border-color: #FAEFE4;
}
</style>