Shades of Seashell #FEF6ED
Tints of Seashell #FEF6ED
RGB
CMYK
RGB Variations
Color information
#FEF6ED (or 0xFEF6ED) is known color: Seashell. HEX triplet: FE, F6 and ED. RGB value is (254,246,237). Sum of RGB (Red+Green+Blue) = 254+246+237=737 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.46% from 737); Green value is 246 (96.48% from 255 or 33.38% from 737); Blue value is 237 (92.97% from 255 or 32.16% from 737); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6ED is #010912. Grayscale: #F7F7F7. Windows color (decimal): -67859 or 15595262. OLE color: 15595262.
HSL color Cylindrical-coordinate representation of color #FEF6ED: hue angle of 31.76º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEF6ED is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 237 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.00 |
| HSL | 31.76º | 0.89% | 0.96% | - |
| HSV(B) | 31.76º | 0.07% | 1% | - |
| XYZ | 89.11 | 93.1 | 93.39 | - |
| YUV | 247.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 237 | 0 | 0.03 | 0.07 | 0.00 | 31.76 | 0.89 | 0.96 |
| Hex | FE | F6 | ED | 0 | 3 | 7 | 0 | 20 | 59 | 60 |
| Octal | 376 | 366 | 355 | 0 | 3 | 7 | 0 | 40 | 131 | 140 |
| Binary | 11111110 | 11110110 | 11101101 | 0 | 11 | 111 | 0 | 100000 | 1011001 | 1100000 |
Color Harmonies of #FEF6ED
Complementary color
Monochromatic Colors of #FEF6ED
Black with #FEF6ED
Text Example
Text Example
White with #FEF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6ED; }
p { color: rgb(254,246,237); }
H1.HeaderClassName
{
color: #FEF6ED;
}
.AnyTagClassName
{
color: #FEF6ED;
}
</style>
background-color css
<style>
a { background-color: #FEF6ED; }
a { background-color: rgb(254,246,237); }
div.DivClassName
{
background-color: #FEF6ED;
}
.BgClassName
{
background-color: #FEF6ED;
}
</style>
border-color css
<style>
span { border-color: #FEF6ED; }
span { border-color: rgb(254,246,237); }
td.TdClassName
{
border-color: #FEF6ED;
}
.TagClassName
{
border-color: #FEF6ED;
}
</style>