Shades of Linen #FFEFE2
Tints of Linen #FFEFE2
RGB
CMYK
RGB Variations
Color information
#FFEFE2 (or 0xFFEFE2) is known color: Linen. HEX triplet: FF, EF and E2. RGB value is (255,239,226). Sum of RGB (Red+Green+Blue) = 255+239+226=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 226 (88.67% from 255 or 31.39% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFE2 is #00101D. Grayscale: #F2F2F2. Windows color (decimal): -4126 or 14872575. OLE color: 14872575.
HSL color Cylindrical-coordinate representation of color #FFEFE2: hue angle of 26.9º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFEFE2 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 226 | - |
| CMYK | 0 | 0.06 | 0.11 | 0 |
| HSL | 26.9º | 1% | 0.94% | - |
| HSV(B) | 26.9º | 0.11% | 1% | - |
| XYZ | 85.83 | 88.48 | 84.51 | - |
| YUV | 242.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 226 | 0 | 0.06 | 0.11 | 0 | 26.9 | 1 | 0.94 |
| Hex | FF | EF | E2 | 0 | 6 | B | 0 | 1B | 64 | 5E |
| Octal | 377 | 357 | 342 | 0 | 6 | 13 | 0 | 33 | 144 | 136 |
| Binary | 11111111 | 11101111 | 11100010 | 0 | 110 | 1011 | 0 | 11011 | 1100100 | 1011110 |
Color Harmonies of #FFEFE2
Complementary color
Monochromatic Colors of #FFEFE2
Black with #FFEFE2
Text Example
Text Example
White with #FFEFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFE2; }
p { color: rgb(255,239,226); }
H1.HeaderClassName
{
color: #FFEFE2;
}
.AnyTagClassName
{
color: #FFEFE2;
}
</style>
background-color css
<style>
a { background-color: #FFEFE2; }
a { background-color: rgb(255,239,226); }
div.DivClassName
{
background-color: #FFEFE2;
}
.BgClassName
{
background-color: #FFEFE2;
}
</style>
border-color css
<style>
span { border-color: #FFEFE2; }
span { border-color: rgb(255,239,226); }
td.TdClassName
{
border-color: #FFEFE2;
}
.TagClassName
{
border-color: #FFEFE2;
}
</style>