Shades of White Linen #F2EBE0
Tints of White Linen #F2EBE0
RGB
CMYK
RGB Variations
Color information
#F2EBE0 (or 0xF2EBE0) is known color: White Linen. HEX triplet: F2, EB and E0. RGB value is (242,235,224). Sum of RGB (Red+Green+Blue) = 242+235+224=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 224 (87.89% from 255 or 31.95% from 701); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBE0 is #0D141F. Grayscale: #EBEBEB. Windows color (decimal): -857120 or 14740466. OLE color: 14740466.
HSL color Cylindrical-coordinate representation of color #F2EBE0: hue angle of 36.67º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2EBE0 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 224 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.05 |
| HSL | 36.67º | 0.41% | 0.91% | - |
| HSV(B) | 36.67º | 0.07% | 0.95% | - |
| XYZ | 79.78 | 83.68 | 82.47 | - |
| YUV | 235.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 224 | 0 | 0.03 | 0.07 | 0.05 | 36.67 | 0.41 | 0.91 |
| Hex | F2 | EB | E0 | 0 | 3 | 7 | 5 | 25 | 29 | 5B |
| Octal | 362 | 353 | 340 | 0 | 3 | 7 | 5 | 45 | 51 | 133 |
| Binary | 11110010 | 11101011 | 11100000 | 0 | 11 | 111 | 101 | 100101 | 101001 | 1011011 |
Color Harmonies of #F2EBE0
Complementary color
Monochromatic Colors of #F2EBE0
Black with #F2EBE0
Text Example
Text Example
White with #F2EBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EBE0; }
p { color: rgb(242,235,224); }
H1.HeaderClassName
{
color: #F2EBE0;
}
.AnyTagClassName
{
color: #F2EBE0;
}
</style>
background-color css
<style>
a { background-color: #F2EBE0; }
a { background-color: rgb(242,235,224); }
div.DivClassName
{
background-color: #F2EBE0;
}
.BgClassName
{
background-color: #F2EBE0;
}
</style>
border-color css
<style>
span { border-color: #F2EBE0; }
span { border-color: rgb(242,235,224); }
td.TdClassName
{
border-color: #F2EBE0;
}
.TagClassName
{
border-color: #F2EBE0;
}
</style>