Shades of Seashell #FEF8F5
Tints of Seashell #FEF8F5
RGB
CMYK
RGB Variations
Color information
#FEF8F5 (or 0xFEF8F5) is known color: Seashell. HEX triplet: FE, F8 and F5. RGB value is (254,248,245). Sum of RGB (Red+Green+Blue) = 254+248+245=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 248 (97.27% from 255 or 33.20% from 747); Blue value is 245 (96.09% from 255 or 32.80% from 747); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8F5 is #01070A. Grayscale: #F9F9F9. Windows color (decimal): -67339 or 16120062. OLE color: 16120062.
HSL color Cylindrical-coordinate representation of color #FEF8F5: hue angle of 20º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEF8F5 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 245 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.00 |
| HSL | 20º | 0.82% | 0.98% | - |
| HSV(B) | 20º | 0.04% | 1% | - |
| XYZ | 90.92 | 94.8 | 99.89 | - |
| YUV | 249.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 245 | 0 | 0.02 | 0.04 | 0.00 | 20 | 0.82 | 0.98 |
| Hex | FE | F8 | F5 | 0 | 2 | 4 | 0 | 14 | 52 | 62 |
| Octal | 376 | 370 | 365 | 0 | 2 | 4 | 0 | 24 | 122 | 142 |
| Binary | 11111110 | 11111000 | 11110101 | 0 | 10 | 100 | 0 | 10100 | 1010010 | 1100010 |
Color Harmonies of #FEF8F5
Complementary color
Monochromatic Colors of #FEF8F5
Black with #FEF8F5
Text Example
Text Example
White with #FEF8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8F5; }
p { color: rgb(254,248,245); }
H1.HeaderClassName
{
color: #FEF8F5;
}
.AnyTagClassName
{
color: #FEF8F5;
}
</style>
background-color css
<style>
a { background-color: #FEF8F5; }
a { background-color: rgb(254,248,245); }
div.DivClassName
{
background-color: #FEF8F5;
}
.BgClassName
{
background-color: #FEF8F5;
}
</style>
border-color css
<style>
span { border-color: #FEF8F5; }
span { border-color: rgb(254,248,245); }
td.TdClassName
{
border-color: #FEF8F5;
}
.TagClassName
{
border-color: #FEF8F5;
}
</style>