Shades of Linen #FFEFE0
Tints of Linen #FFEFE0
RGB
CMYK
RGB Variations
Color information
#FFEFE0 (or 0xFFEFE0) is known color: Linen. HEX triplet: FF, EF and E0. RGB value is (255,239,224). Sum of RGB (Red+Green+Blue) = 255+239+224=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 224 (87.89% from 255 or 31.20% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFE0 is #00101F. Grayscale: #F2F2F2. Windows color (decimal): -4128 or 14741503. OLE color: 14741503.
HSL color Cylindrical-coordinate representation of color #FFEFE0: hue angle of 29.03º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFEFE0 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 239 | 224 | - |
CMYK | 0 | 0.06 | 0.12 | 0 |
HSL | 29.03º | 1% | 0.94% | - |
HSV(B) | 29.03º | 0.12% | 1% | - |
XYZ | 85.56 | 88.37 | 83.07 | - |
YUV | 242.07 | 117.8 | 137.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 239 | 224 | 0 | 0.06 | 0.12 | 0 | 29.03 | 1 | 0.94 |
Hex | FF | EF | E0 | 0 | 6 | C | 0 | 1D | 64 | 5E |
Octal | 377 | 357 | 340 | 0 | 6 | 14 | 0 | 35 | 144 | 136 |
Binary | 11111111 | 11101111 | 11100000 | 0 | 110 | 1100 | 0 | 11101 | 1100100 | 1011110 |
Color Harmonies of #FFEFE0
Complementary color
Monochromatic Colors of #FFEFE0
Black with #FFEFE0
Text Example
Text Example
White with #FFEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFE0; }
p { color: rgb(255,239,224); }
H1.HeaderClassName
{
color: #FFEFE0;
}
.AnyTagClassName
{
color: #FFEFE0;
}
</style>
background-color css
<style>
a { background-color: #FFEFE0; }
a { background-color: rgb(255,239,224); }
div.DivClassName
{
background-color: #FFEFE0;
}
.BgClassName
{
background-color: #FFEFE0;
}
</style>
border-color css
<style>
span { border-color: #FFEFE0; }
span { border-color: rgb(255,239,224); }
td.TdClassName
{
border-color: #FFEFE0;
}
.TagClassName
{
border-color: #FFEFE0;
}
</style>