Shades of Seashell #FDF8F6
Tints of Seashell #FDF8F6
RGB
CMYK
RGB Variations
Color information
#FDF8F6 (or 0xFDF8F6) is known color: Seashell. HEX triplet: FD, F8 and F6. RGB value is (253,248,246). Sum of RGB (Red+Green+Blue) = 253+248+246=747 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.87% from 747); Green value is 248 (97.27% from 255 or 33.20% from 747); Blue value is 246 (96.48% from 255 or 32.93% from 747); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8F6 is #020709. Grayscale: #F9F9F9. Windows color (decimal): -132874 or 16185597. OLE color: 16185597.
HSL color Cylindrical-coordinate representation of color #FDF8F6: hue angle of 17.14º degrees, saturation: 0.64, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDF8F6 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 246 | - |
CMYK | 0 | 0.02 | 0.03 | 0.01 |
HSL | 17.14º | 0.64% | 0.98% | - |
HSV(B) | 17.14º | 0.03% | 0.99% | - |
XYZ | 90.71 | 94.67 | 100.68 | - |
YUV | 249.27 | 126.16 | 130.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 246 | 0 | 0.02 | 0.03 | 0.01 | 17.14 | 0.64 | 0.98 |
Hex | FD | F8 | F6 | 0 | 2 | 3 | 1 | 11 | 40 | 62 |
Octal | 375 | 370 | 366 | 0 | 2 | 3 | 1 | 21 | 100 | 142 |
Binary | 11111101 | 11111000 | 11110110 | 0 | 10 | 11 | 1 | 10001 | 1000000 | 1100010 |
Color Harmonies of #FDF8F6
Complementary color
Monochromatic Colors of #FDF8F6
Black with #FDF8F6
Text Example
Text Example
White with #FDF8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8F6; }
p { color: rgb(253,248,246); }
H1.HeaderClassName
{
color: #FDF8F6;
}
.AnyTagClassName
{
color: #FDF8F6;
}
</style>
background-color css
<style>
a { background-color: #FDF8F6; }
a { background-color: rgb(253,248,246); }
div.DivClassName
{
background-color: #FDF8F6;
}
.BgClassName
{
background-color: #FDF8F6;
}
</style>
border-color css
<style>
span { border-color: #FDF8F6; }
span { border-color: rgb(253,248,246); }
td.TdClassName
{
border-color: #FDF8F6;
}
.TagClassName
{
border-color: #FDF8F6;
}
</style>