Shades of White Linen #F2EBDF
Tints of White Linen #F2EBDF
RGB
CMYK
RGB Variations
Color information
#F2EBDF (or 0xF2EBDF) is known color: White Linen. HEX triplet: F2, EB and DF. RGB value is (242,235,223). Sum of RGB (Red+Green+Blue) = 242+235+223=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBDF is #0D1420. Grayscale: #EBEBEB. Windows color (decimal): -857121 or 14674930. OLE color: 14674930.
HSL color Cylindrical-coordinate representation of color #F2EBDF: hue angle of 37.89º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2EBDF is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 223 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.05 |
| HSL | 37.89º | 0.42% | 0.91% | - |
| HSV(B) | 37.89º | 0.08% | 0.95% | - |
| XYZ | 79.65 | 83.62 | 81.75 | - |
| YUV | 235.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 223 | 0 | 0.03 | 0.08 | 0.05 | 37.89 | 0.42 | 0.91 |
| Hex | F2 | EB | DF | 0 | 3 | 8 | 5 | 26 | 2A | 5B |
| Octal | 362 | 353 | 337 | 0 | 3 | 10 | 5 | 46 | 52 | 133 |
| Binary | 11110010 | 11101011 | 11011111 | 0 | 11 | 1000 | 101 | 100110 | 101010 | 1011011 |
Color Harmonies of #F2EBDF
Complementary color
Monochromatic Colors of #F2EBDF
Black with #F2EBDF
Text Example
Text Example
White with #F2EBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EBDF; }
p { color: rgb(242,235,223); }
H1.HeaderClassName
{
color: #F2EBDF;
}
.AnyTagClassName
{
color: #F2EBDF;
}
</style>
background-color css
<style>
a { background-color: #F2EBDF; }
a { background-color: rgb(242,235,223); }
div.DivClassName
{
background-color: #F2EBDF;
}
.BgClassName
{
background-color: #F2EBDF;
}
</style>
border-color css
<style>
span { border-color: #F2EBDF; }
span { border-color: rgb(242,235,223); }
td.TdClassName
{
border-color: #F2EBDF;
}
.TagClassName
{
border-color: #F2EBDF;
}
</style>