Shades of Seashell #FEF5ED
Tints of Seashell #FEF5ED
RGB
CMYK
RGB Variations
Color information
#FEF5ED (or 0xFEF5ED) is known color: Seashell. HEX triplet: FE, F5 and ED. RGB value is (254,245,237). Sum of RGB (Red+Green+Blue) = 254+245+237=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 245 (96.09% from 255 or 33.29% from 736); Blue value is 237 (92.97% from 255 or 32.20% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5ED is #010A12. Grayscale: #F6F6F6. Windows color (decimal): -68115 or 15595006. OLE color: 15595006.
HSL color Cylindrical-coordinate representation of color #FEF5ED: hue angle of 28.24º 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 #FEF5ED is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 237 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.00 |
| HSL | 28.24º | 0.89% | 0.96% | - |
| HSV(B) | 28.24º | 0.07% | 1% | - |
| XYZ | 88.81 | 92.49 | 93.29 | - |
| YUV | 246.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 237 | 0 | 0.04 | 0.07 | 0.00 | 28.24 | 0.89 | 0.96 |
| Hex | FE | F5 | ED | 0 | 4 | 7 | 0 | 1C | 59 | 60 |
| Octal | 376 | 365 | 355 | 0 | 4 | 7 | 0 | 34 | 131 | 140 |
| Binary | 11111110 | 11110101 | 11101101 | 0 | 100 | 111 | 0 | 11100 | 1011001 | 1100000 |
Color Harmonies of #FEF5ED
Complementary color
Monochromatic Colors of #FEF5ED
Black with #FEF5ED
Text Example
Text Example
White with #FEF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5ED; }
p { color: rgb(254,245,237); }
H1.HeaderClassName
{
color: #FEF5ED;
}
.AnyTagClassName
{
color: #FEF5ED;
}
</style>
background-color css
<style>
a { background-color: #FEF5ED; }
a { background-color: rgb(254,245,237); }
div.DivClassName
{
background-color: #FEF5ED;
}
.BgClassName
{
background-color: #FEF5ED;
}
</style>
border-color css
<style>
span { border-color: #FEF5ED; }
span { border-color: rgb(254,245,237); }
td.TdClassName
{
border-color: #FEF5ED;
}
.TagClassName
{
border-color: #FEF5ED;
}
</style>