Shades of Seashell #FEF8F6
Tints of Seashell #FEF8F6
RGB
CMYK
RGB Variations
Color information
#FEF8F6 (or 0xFEF8F6) is known color: Seashell. HEX triplet: FE, F8 and F6. RGB value is (254,248,246). Sum of RGB (Red+Green+Blue) = 254+248+246=748 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.96% from 748); Green value is 248 (97.27% from 255 or 33.16% from 748); Blue value is 246 (96.48% from 255 or 32.89% from 748); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8F6 is #010709. Grayscale: #F9F9F9. Windows color (decimal): -67338 or 16185598. OLE color: 16185598.
HSL color Cylindrical-coordinate representation of color #FEF8F6: hue angle of 15º degrees, saturation: 0.8, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FEF8F6 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 248 | 246 | - |
CMYK | 0 | 0.02 | 0.03 | 0.00 |
HSL | 15º | 0.8% | 0.98% | - |
HSV(B) | 15º | 0.03% | 1% | - |
XYZ | 91.08 | 94.86 | 100.7 | - |
YUV | 249.57 | 125.99 | 131.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 248 | 246 | 0 | 0.02 | 0.03 | 0.00 | 15 | 0.8 | 0.98 |
Hex | FE | F8 | F6 | 0 | 2 | 3 | 0 | F | 50 | 62 |
Octal | 376 | 370 | 366 | 0 | 2 | 3 | 0 | 17 | 120 | 142 |
Binary | 11111110 | 11111000 | 11110110 | 0 | 10 | 11 | 0 | 1111 | 1010000 | 1100010 |
Color Harmonies of #FEF8F6
Complementary color
Monochromatic Colors of #FEF8F6
Black with #FEF8F6
Text Example
Text Example
White with #FEF8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8F6; }
p { color: rgb(254,248,246); }
H1.HeaderClassName
{
color: #FEF8F6;
}
.AnyTagClassName
{
color: #FEF8F6;
}
</style>
background-color css
<style>
a { background-color: #FEF8F6; }
a { background-color: rgb(254,248,246); }
div.DivClassName
{
background-color: #FEF8F6;
}
.BgClassName
{
background-color: #FEF8F6;
}
</style>
border-color css
<style>
span { border-color: #FEF8F6; }
span { border-color: rgb(254,248,246); }
td.TdClassName
{
border-color: #FEF8F6;
}
.TagClassName
{
border-color: #FEF8F6;
}
</style>