Shades of Seashell #FFF7F0
Tints of Seashell #FFF7F0
RGB
CMYK
RGB Variations
Color information
#FFF7F0 (or 0xFFF7F0) is known color: Seashell. HEX triplet: FF, F7 and F0. RGB value is (255,247,240). Sum of RGB (Red+Green+Blue) = 255+247+240=742 (98% of max value = 765). Red value is 255 (100% from 255 or 34.37% from 742); Green value is 247 (96.88% from 255 or 33.29% from 742); Blue value is 240 (94.14% from 255 or 32.35% from 742); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF7F0 is #00080F. Grayscale: #F8F8F8. Windows color (decimal): -2064 or 15792127. OLE color: 15792127.
HSL color Cylindrical-coordinate representation of color #FFF7F0: hue angle of 28º 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 #FFF7F0 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 240 | - |
| CMYK | 0 | 0.03 | 0.06 | 0 |
| HSL | 28º | 1% | 0.97% | - |
| HSV(B) | 28º | 0.06% | 1% | - |
| XYZ | 90.23 | 94.07 | 95.84 | - |
| YUV | 248.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 240 | 0 | 0.03 | 0.06 | 0 | 28 | 1 | 0.97 |
| Hex | FF | F7 | F0 | 0 | 3 | 6 | 0 | 1C | 64 | 61 |
| Octal | 377 | 367 | 360 | 0 | 3 | 6 | 0 | 34 | 144 | 141 |
| Binary | 11111111 | 11110111 | 11110000 | 0 | 11 | 110 | 0 | 11100 | 1100100 | 1100001 |
Color Harmonies of #FFF7F0
Complementary color
Monochromatic Colors of #FFF7F0
Black with #FFF7F0
Text Example
Text Example
White with #FFF7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7F0; }
p { color: rgb(255,247,240); }
H1.HeaderClassName
{
color: #FFF7F0;
}
.AnyTagClassName
{
color: #FFF7F0;
}
</style>
background-color css
<style>
a { background-color: #FFF7F0; }
a { background-color: rgb(255,247,240); }
div.DivClassName
{
background-color: #FFF7F0;
}
.BgClassName
{
background-color: #FFF7F0;
}
</style>
border-color css
<style>
span { border-color: #FFF7F0; }
span { border-color: rgb(255,247,240); }
td.TdClassName
{
border-color: #FFF7F0;
}
.TagClassName
{
border-color: #FFF7F0;
}
</style>