Shades of Seashell #FDF6F0
Tints of Seashell #FDF6F0
RGB
CMYK
RGB Variations
Color information
#FDF6F0 (or 0xFDF6F0) is known color: Seashell. HEX triplet: FD, F6 and F0. RGB value is (253,246,240). Sum of RGB (Red+Green+Blue) = 253+246+240=739 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.24% from 739); Green value is 246 (96.48% from 255 or 33.29% from 739); Blue value is 240 (94.14% from 255 or 32.48% from 739); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6F0 is #02090F. Grayscale: #F7F7F7. Windows color (decimal): -133392 or 15791869. OLE color: 15791869.
HSL color Cylindrical-coordinate representation of color #FDF6F0: hue angle of 27.69º degrees, saturation: 0.76, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FDF6F0 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 246 | 240 | - |
CMYK | 0 | 0.03 | 0.05 | 0.01 |
HSL | 27.69º | 0.76% | 0.97% | - |
HSV(B) | 27.69º | 0.05% | 0.99% | - |
XYZ | 89.19 | 93.09 | 95.7 | - |
YUV | 247.41 | 123.82 | 131.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 246 | 240 | 0 | 0.03 | 0.05 | 0.01 | 27.69 | 0.76 | 0.97 |
Hex | FD | F6 | F0 | 0 | 3 | 5 | 1 | 1C | 4C | 61 |
Octal | 375 | 366 | 360 | 0 | 3 | 5 | 1 | 34 | 114 | 141 |
Binary | 11111101 | 11110110 | 11110000 | 0 | 11 | 101 | 1 | 11100 | 1001100 | 1100001 |
Color Harmonies of #FDF6F0
Complementary color
Monochromatic Colors of #FDF6F0
Black with #FDF6F0
Text Example
Text Example
White with #FDF6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6F0; }
p { color: rgb(253,246,240); }
H1.HeaderClassName
{
color: #FDF6F0;
}
.AnyTagClassName
{
color: #FDF6F0;
}
</style>
background-color css
<style>
a { background-color: #FDF6F0; }
a { background-color: rgb(253,246,240); }
div.DivClassName
{
background-color: #FDF6F0;
}
.BgClassName
{
background-color: #FDF6F0;
}
</style>
border-color css
<style>
span { border-color: #FDF6F0; }
span { border-color: rgb(253,246,240); }
td.TdClassName
{
border-color: #FDF6F0;
}
.TagClassName
{
border-color: #FDF6F0;
}
</style>