Shades of Seashell #FEF6EF
Tints of Seashell #FEF6EF
RGB
CMYK
RGB Variations
Color information
#FEF6EF (or 0xFEF6EF) is known color: Seashell. HEX triplet: FE, F6 and EF. RGB value is (254,246,239). Sum of RGB (Red+Green+Blue) = 254+246+239=739 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.37% from 739); Green value is 246 (96.48% from 255 or 33.29% from 739); Blue value is 239 (93.75% from 255 or 32.34% from 739); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6EF is #010910. Grayscale: #F7F7F7. Windows color (decimal): -67857 or 15726334. OLE color: 15726334.
HSL color Cylindrical-coordinate representation of color #FEF6EF: hue angle of 28º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEF6EF is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 239 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.00 |
| HSL | 28º | 0.88% | 0.97% | - |
| HSV(B) | 28º | 0.06% | 1% | - |
| XYZ | 89.41 | 93.21 | 94.94 | - |
| YUV | 247.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 239 | 0 | 0.03 | 0.06 | 0.00 | 28 | 0.88 | 0.97 |
| Hex | FE | F6 | EF | 0 | 3 | 6 | 0 | 1C | 58 | 61 |
| Octal | 376 | 366 | 357 | 0 | 3 | 6 | 0 | 34 | 130 | 141 |
| Binary | 11111110 | 11110110 | 11101111 | 0 | 11 | 110 | 0 | 11100 | 1011000 | 1100001 |
Color Harmonies of #FEF6EF
Complementary color
Monochromatic Colors of #FEF6EF
Black with #FEF6EF
Text Example
Text Example
White with #FEF6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6EF; }
p { color: rgb(254,246,239); }
H1.HeaderClassName
{
color: #FEF6EF;
}
.AnyTagClassName
{
color: #FEF6EF;
}
</style>
background-color css
<style>
a { background-color: #FEF6EF; }
a { background-color: rgb(254,246,239); }
div.DivClassName
{
background-color: #FEF6EF;
}
.BgClassName
{
background-color: #FEF6EF;
}
</style>
border-color css
<style>
span { border-color: #FEF6EF; }
span { border-color: rgb(254,246,239); }
td.TdClassName
{
border-color: #FEF6EF;
}
.TagClassName
{
border-color: #FEF6EF;
}
</style>