Shades of Seashell #FEF7EF
Tints of Seashell #FEF7EF
RGB
CMYK
RGB Variations
Color information
#FEF7EF (or 0xFEF7EF) is known color: Seashell. HEX triplet: FE, F7 and EF. RGB value is (254,247,239). Sum of RGB (Red+Green+Blue) = 254+247+239=740 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.32% from 740); Green value is 247 (96.88% from 255 or 33.38% from 740); Blue value is 239 (93.75% from 255 or 32.30% from 740); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF7EF is #010810. Grayscale: #F8F8F8. Windows color (decimal): -67601 or 15726590. OLE color: 15726590.
HSL color Cylindrical-coordinate representation of color #FEF7EF: hue angle of 32º 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 #FEF7EF is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 239 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.00 |
| HSL | 32º | 0.88% | 0.97% | - |
| HSV(B) | 32º | 0.06% | 1% | - |
| XYZ | 89.71 | 93.82 | 95.04 | - |
| YUV | 248.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 239 | 0 | 0.03 | 0.06 | 0.00 | 32 | 0.88 | 0.97 |
| Hex | FE | F7 | EF | 0 | 3 | 6 | 0 | 20 | 58 | 61 |
| Octal | 376 | 367 | 357 | 0 | 3 | 6 | 0 | 40 | 130 | 141 |
| Binary | 11111110 | 11110111 | 11101111 | 0 | 11 | 110 | 0 | 100000 | 1011000 | 1100001 |
Color Harmonies of #FEF7EF
Complementary color
Monochromatic Colors of #FEF7EF
Black with #FEF7EF
Text Example
Text Example
White with #FEF7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF7EF; }
p { color: rgb(254,247,239); }
H1.HeaderClassName
{
color: #FEF7EF;
}
.AnyTagClassName
{
color: #FEF7EF;
}
</style>
background-color css
<style>
a { background-color: #FEF7EF; }
a { background-color: rgb(254,247,239); }
div.DivClassName
{
background-color: #FEF7EF;
}
.BgClassName
{
background-color: #FEF7EF;
}
</style>
border-color css
<style>
span { border-color: #FEF7EF; }
span { border-color: rgb(254,247,239); }
td.TdClassName
{
border-color: #FEF7EF;
}
.TagClassName
{
border-color: #FEF7EF;
}
</style>