Shades of Linen #FFF3E8
Tints of Linen #FFF3E8
RGB
CMYK
RGB Variations
Color information
#FFF3E8 (or 0xFFF3E8) is known color: Linen. HEX triplet: FF, F3 and E8. RGB value is (255,243,232). Sum of RGB (Red+Green+Blue) = 255+243+232=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 243 (95.31% from 255 or 33.29% from 730); Blue value is 232 (91.02% from 255 or 31.78% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF3E8 is #000C17. Grayscale: #F5F5F5. Windows color (decimal): -3096 or 15266815. OLE color: 15266815.
HSL color Cylindrical-coordinate representation of color #FFF3E8: hue angle of 28.7º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFF3E8 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 232 | - |
| CMYK | 0 | 0.05 | 0.09 | 0 |
| HSL | 28.7º | 1% | 0.95% | - |
| HSV(B) | 28.7º | 0.09% | 1% | - |
| XYZ | 87.86 | 91.19 | 89.31 | - |
| YUV | 245.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 232 | 0 | 0.05 | 0.09 | 0 | 28.7 | 1 | 0.95 |
| Hex | FF | F3 | E8 | 0 | 5 | 9 | 0 | 1D | 64 | 5F |
| Octal | 377 | 363 | 350 | 0 | 5 | 11 | 0 | 35 | 144 | 137 |
| Binary | 11111111 | 11110011 | 11101000 | 0 | 101 | 1001 | 0 | 11101 | 1100100 | 1011111 |
Color Harmonies of #FFF3E8
Complementary color
Monochromatic Colors of #FFF3E8
Black with #FFF3E8
Text Example
Text Example
White with #FFF3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3E8; }
p { color: rgb(255,243,232); }
H1.HeaderClassName
{
color: #FFF3E8;
}
.AnyTagClassName
{
color: #FFF3E8;
}
</style>
background-color css
<style>
a { background-color: #FFF3E8; }
a { background-color: rgb(255,243,232); }
div.DivClassName
{
background-color: #FFF3E8;
}
.BgClassName
{
background-color: #FFF3E8;
}
</style>
border-color css
<style>
span { border-color: #FFF3E8; }
span { border-color: rgb(255,243,232); }
td.TdClassName
{
border-color: #FFF3E8;
}
.TagClassName
{
border-color: #FFF3E8;
}
</style>