Shades of Seashell #FDF6EF
Tints of Seashell #FDF6EF
RGB
CMYK
RGB Variations
Color information
#FDF6EF (or 0xFDF6EF) is known color: Seashell. HEX triplet: FD, F6 and EF. RGB value is (253,246,239). Sum of RGB (Red+Green+Blue) = 253+246+239=738 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.28% from 738); Green value is 246 (96.48% from 255 or 33.33% from 738); Blue value is 239 (93.75% from 255 or 32.38% from 738); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6EF is #020910. Grayscale: #F7F7F7. Windows color (decimal): -133393 or 15726333. OLE color: 15726333.
HSL color Cylindrical-coordinate representation of color #FDF6EF: hue angle of 30º degrees, saturation: 0.78, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDF6EF is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 239 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.01 |
| HSL | 30º | 0.78% | 0.96% | - |
| HSV(B) | 30º | 0.06% | 0.99% | - |
| XYZ | 89.04 | 93.03 | 94.92 | - |
| YUV | 247.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 239 | 0 | 0.03 | 0.06 | 0.01 | 30 | 0.78 | 0.96 |
| Hex | FD | F6 | EF | 0 | 3 | 6 | 1 | 1E | 4E | 60 |
| Octal | 375 | 366 | 357 | 0 | 3 | 6 | 1 | 36 | 116 | 140 |
| Binary | 11111101 | 11110110 | 11101111 | 0 | 11 | 110 | 1 | 11110 | 1001110 | 1100000 |
Color Harmonies of #FDF6EF
Complementary color
Monochromatic Colors of #FDF6EF
Black with #FDF6EF
Text Example
Text Example
White with #FDF6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6EF; }
p { color: rgb(253,246,239); }
H1.HeaderClassName
{
color: #FDF6EF;
}
.AnyTagClassName
{
color: #FDF6EF;
}
</style>
background-color css
<style>
a { background-color: #FDF6EF; }
a { background-color: rgb(253,246,239); }
div.DivClassName
{
background-color: #FDF6EF;
}
.BgClassName
{
background-color: #FDF6EF;
}
</style>
border-color css
<style>
span { border-color: #FDF6EF; }
span { border-color: rgb(253,246,239); }
td.TdClassName
{
border-color: #FDF6EF;
}
.TagClassName
{
border-color: #FDF6EF;
}
</style>