Shades of Seashell #FEF5EC
Tints of Seashell #FEF5EC
RGB
CMYK
RGB Variations
Color information
#FEF5EC (or 0xFEF5EC) is known color: Seashell. HEX triplet: FE, F5 and EC. RGB value is (254,245,236). Sum of RGB (Red+Green+Blue) = 254+245+236=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 245 (96.09% from 255 or 33.33% from 735); Blue value is 236 (92.58% from 255 or 32.11% from 735); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5EC is #010A13. Grayscale: #F6F6F6. Windows color (decimal): -68116 or 15529470. OLE color: 15529470.
HSL color Cylindrical-coordinate representation of color #FEF5EC: hue angle of 30º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEF5EC is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 236 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.00 |
| HSL | 30º | 0.9% | 0.96% | - |
| HSV(B) | 30º | 0.07% | 1% | - |
| XYZ | 88.67 | 92.43 | 92.52 | - |
| YUV | 246.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 236 | 0 | 0.04 | 0.07 | 0.00 | 30 | 0.9 | 0.96 |
| Hex | FE | F5 | EC | 0 | 4 | 7 | 0 | 1E | 5A | 60 |
| Octal | 376 | 365 | 354 | 0 | 4 | 7 | 0 | 36 | 132 | 140 |
| Binary | 11111110 | 11110101 | 11101100 | 0 | 100 | 111 | 0 | 11110 | 1011010 | 1100000 |
Color Harmonies of #FEF5EC
Complementary color
Monochromatic Colors of #FEF5EC
Black with #FEF5EC
Text Example
Text Example
White with #FEF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5EC; }
p { color: rgb(254,245,236); }
H1.HeaderClassName
{
color: #FEF5EC;
}
.AnyTagClassName
{
color: #FEF5EC;
}
</style>
background-color css
<style>
a { background-color: #FEF5EC; }
a { background-color: rgb(254,245,236); }
div.DivClassName
{
background-color: #FEF5EC;
}
.BgClassName
{
background-color: #FEF5EC;
}
</style>
border-color css
<style>
span { border-color: #FEF5EC; }
span { border-color: rgb(254,245,236); }
td.TdClassName
{
border-color: #FEF5EC;
}
.TagClassName
{
border-color: #FEF5EC;
}
</style>