Shades of Seashell #FDF9F6
Tints of Seashell #FDF9F6
RGB
CMYK
RGB Variations
Color information
#FDF9F6 (or 0xFDF9F6) is known color: Seashell. HEX triplet: FD, F9 and F6. RGB value is (253,249,246). Sum of RGB (Red+Green+Blue) = 253+249+246=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 249 (97.66% from 255 or 33.29% from 748); Blue value is 246 (96.48% from 255 or 32.89% from 748); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9F6 is #020609. Grayscale: #F9F9F9. Windows color (decimal): -132618 or 16185853. OLE color: 16185853.
HSL color Cylindrical-coordinate representation of color #FDF9F6: hue angle of 25.71º 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 #FDF9F6 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 249 | 246 | - |
CMYK | 0 | 0.02 | 0.03 | 0.01 |
HSL | 25.71º | 0.64% | 0.98% | - |
HSV(B) | 25.71º | 0.03% | 0.99% | - |
XYZ | 91.02 | 95.29 | 100.78 | - |
YUV | 249.85 | 125.83 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 249 | 246 | 0 | 0.02 | 0.03 | 0.01 | 25.71 | 0.64 | 0.98 |
Hex | FD | F9 | F6 | 0 | 2 | 3 | 1 | 1A | 40 | 62 |
Octal | 375 | 371 | 366 | 0 | 2 | 3 | 1 | 32 | 100 | 142 |
Binary | 11111101 | 11111001 | 11110110 | 0 | 10 | 11 | 1 | 11010 | 1000000 | 1100010 |
Color Harmonies of #FDF9F6
Complementary color
Monochromatic Colors of #FDF9F6
Black with #FDF9F6
Text Example
Text Example
White with #FDF9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9F6; }
p { color: rgb(253,249,246); }
H1.HeaderClassName
{
color: #FDF9F6;
}
.AnyTagClassName
{
color: #FDF9F6;
}
</style>
background-color css
<style>
a { background-color: #FDF9F6; }
a { background-color: rgb(253,249,246); }
div.DivClassName
{
background-color: #FDF9F6;
}
.BgClassName
{
background-color: #FDF9F6;
}
</style>
border-color css
<style>
span { border-color: #FDF9F6; }
span { border-color: rgb(253,249,246); }
td.TdClassName
{
border-color: #FDF9F6;
}
.TagClassName
{
border-color: #FDF9F6;
}
</style>