Shades of Seashell #FFF8F0
Tints of Seashell #FFF8F0
RGB
CMYK
RGB Variations
Color information
#FFF8F0 (or 0xFFF8F0) is known color: Seashell. HEX triplet: FF, F8 and F0. RGB value is (255,248,240). Sum of RGB (Red+Green+Blue) = 255+248+240=743 (98% of max value = 765). Red value is 255 (100% from 255 or 34.32% from 743); Green value is 248 (97.27% from 255 or 33.38% from 743); Blue value is 240 (94.14% from 255 or 32.30% from 743); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF8F0 is #00070F. Grayscale: #F9F9F9. Windows color (decimal): -1808 or 15792383. OLE color: 15792383.
HSL color Cylindrical-coordinate representation of color #FFF8F0: hue angle of 32º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FFF8F0 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 248 | 240 | - |
CMYK | 0 | 0.03 | 0.06 | 0 |
HSL | 32º | 1% | 0.97% | - |
HSV(B) | 32º | 0.06% | 1% | - |
XYZ | 90.54 | 94.69 | 95.94 | - |
YUV | 249.18 | 122.82 | 132.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 248 | 240 | 0 | 0.03 | 0.06 | 0 | 32 | 1 | 0.97 |
Hex | FF | F8 | F0 | 0 | 3 | 6 | 0 | 20 | 64 | 61 |
Octal | 377 | 370 | 360 | 0 | 3 | 6 | 0 | 40 | 144 | 141 |
Binary | 11111111 | 11111000 | 11110000 | 0 | 11 | 110 | 0 | 100000 | 1100100 | 1100001 |
Color Harmonies of #FFF8F0
Complementary color
Monochromatic Colors of #FFF8F0
Black with #FFF8F0
Text Example
Text Example
White with #FFF8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8F0; }
p { color: rgb(255,248,240); }
H1.HeaderClassName
{
color: #FFF8F0;
}
.AnyTagClassName
{
color: #FFF8F0;
}
</style>
background-color css
<style>
a { background-color: #FFF8F0; }
a { background-color: rgb(255,248,240); }
div.DivClassName
{
background-color: #FFF8F0;
}
.BgClassName
{
background-color: #FFF8F0;
}
</style>
border-color css
<style>
span { border-color: #FFF8F0; }
span { border-color: rgb(255,248,240); }
td.TdClassName
{
border-color: #FFF8F0;
}
.TagClassName
{
border-color: #FFF8F0;
}
</style>