Shades of Linen #FFF2E4
Tints of Linen #FFF2E4
RGB
CMYK
RGB Variations
Color information
#FFF2E4 (or 0xFFF2E4) is known color: Linen. HEX triplet: FF, F2 and E4. RGB value is (255,242,228). Sum of RGB (Red+Green+Blue) = 255+242+228=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 242 (94.92% from 255 or 33.38% from 725); Blue value is 228 (89.45% from 255 or 31.45% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2E4 is #000D1B. Grayscale: #F4F4F4. Windows color (decimal): -3356 or 15004415. OLE color: 15004415.
HSL color Cylindrical-coordinate representation of color #FFF2E4: hue angle of 31.11º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFF2E4 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 228 | - |
| CMYK | 0 | 0.05 | 0.11 | 0 |
| HSL | 31.11º | 1% | 0.95% | - |
| HSV(B) | 31.11º | 0.11% | 1% | - |
| XYZ | 87 | 90.37 | 86.26 | - |
| YUV | 244.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 228 | 0 | 0.05 | 0.11 | 0 | 31.11 | 1 | 0.95 |
| Hex | FF | F2 | E4 | 0 | 5 | B | 0 | 1F | 64 | 5F |
| Octal | 377 | 362 | 344 | 0 | 5 | 13 | 0 | 37 | 144 | 137 |
| Binary | 11111111 | 11110010 | 11100100 | 0 | 101 | 1011 | 0 | 11111 | 1100100 | 1011111 |
Color Harmonies of #FFF2E4
Complementary color
Monochromatic Colors of #FFF2E4
Black with #FFF2E4
Text Example
Text Example
White with #FFF2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2E4; }
p { color: rgb(255,242,228); }
H1.HeaderClassName
{
color: #FFF2E4;
}
.AnyTagClassName
{
color: #FFF2E4;
}
</style>
background-color css
<style>
a { background-color: #FFF2E4; }
a { background-color: rgb(255,242,228); }
div.DivClassName
{
background-color: #FFF2E4;
}
.BgClassName
{
background-color: #FFF2E4;
}
</style>
border-color css
<style>
span { border-color: #FFF2E4; }
span { border-color: rgb(255,242,228); }
td.TdClassName
{
border-color: #FFF2E4;
}
.TagClassName
{
border-color: #FFF2E4;
}
</style>