Shades of Linen #FAEFE2
Tints of Linen #FAEFE2
RGB
CMYK
RGB Variations
Color information
#FAEFE2 (or 0xFAEFE2) is known color: Linen. HEX triplet: FA, EF and E2. RGB value is (250,239,226). Sum of RGB (Red+Green+Blue) = 250+239+226=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 226 (88.67% from 255 or 31.61% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFE2 is #05101D. Grayscale: #F0F0F0. Windows color (decimal): -331806 or 14872570. OLE color: 14872570.
HSL color Cylindrical-coordinate representation of color #FAEFE2: hue angle of 32.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAEFE2 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 226 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.02 |
| HSL | 32.5º | 0.71% | 0.93% | - |
| HSV(B) | 32.5º | 0.1% | 0.98% | - |
| XYZ | 84.02 | 87.55 | 84.42 | - |
| YUV | 240.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 226 | 0 | 0.04 | 0.10 | 0.02 | 32.5 | 0.71 | 0.93 |
| Hex | FA | EF | E2 | 0 | 4 | A | 2 | 20 | 47 | 5D |
| Octal | 372 | 357 | 342 | 0 | 4 | 12 | 2 | 40 | 107 | 135 |
| Binary | 11111010 | 11101111 | 11100010 | 0 | 100 | 1010 | 10 | 100000 | 1000111 | 1011101 |
Color Harmonies of #FAEFE2
Complementary color
Monochromatic Colors of #FAEFE2
Black with #FAEFE2
Text Example
Text Example
White with #FAEFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEFE2; }
p { color: rgb(250,239,226); }
H1.HeaderClassName
{
color: #FAEFE2;
}
.AnyTagClassName
{
color: #FAEFE2;
}
</style>
background-color css
<style>
a { background-color: #FAEFE2; }
a { background-color: rgb(250,239,226); }
div.DivClassName
{
background-color: #FAEFE2;
}
.BgClassName
{
background-color: #FAEFE2;
}
</style>
border-color css
<style>
span { border-color: #FAEFE2; }
span { border-color: rgb(250,239,226); }
td.TdClassName
{
border-color: #FAEFE2;
}
.TagClassName
{
border-color: #FAEFE2;
}
</style>