Shades of Seashell #FFF7F1
Tints of Seashell #FFF7F1
RGB
CMYK
RGB Variations
Color information
#FFF7F1 (or 0xFFF7F1) is known color: Seashell. HEX triplet: FF, F7 and F1. RGB value is (255,247,241). Sum of RGB (Red+Green+Blue) = 255+247+241=743 (98% of max value = 765). Red value is 255 (100% from 255 or 34.32% from 743); Green value is 247 (96.88% from 255 or 33.24% from 743); Blue value is 241 (94.53% from 255 or 32.44% from 743); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF7F1 is #00080E. Grayscale: #F8F8F8. Windows color (decimal): -2063 or 15857663. OLE color: 15857663.
HSL color Cylindrical-coordinate representation of color #FFF7F1: hue angle of 25.71º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFF7F1 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 241 | - |
| CMYK | 0 | 0.03 | 0.05 | 0 |
| HSL | 25.71º | 1% | 0.97% | - |
| HSV(B) | 25.71º | 0.05% | 1% | - |
| XYZ | 90.38 | 94.13 | 96.63 | - |
| YUV | 248.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 241 | 0 | 0.03 | 0.05 | 0 | 25.71 | 1 | 0.97 |
| Hex | FF | F7 | F1 | 0 | 3 | 5 | 0 | 1A | 64 | 61 |
| Octal | 377 | 367 | 361 | 0 | 3 | 5 | 0 | 32 | 144 | 141 |
| Binary | 11111111 | 11110111 | 11110001 | 0 | 11 | 101 | 0 | 11010 | 1100100 | 1100001 |
Color Harmonies of #FFF7F1
Complementary color
Monochromatic Colors of #FFF7F1
Black with #FFF7F1
Text Example
Text Example
White with #FFF7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7F1; }
p { color: rgb(255,247,241); }
H1.HeaderClassName
{
color: #FFF7F1;
}
.AnyTagClassName
{
color: #FFF7F1;
}
</style>
background-color css
<style>
a { background-color: #FFF7F1; }
a { background-color: rgb(255,247,241); }
div.DivClassName
{
background-color: #FFF7F1;
}
.BgClassName
{
background-color: #FFF7F1;
}
</style>
border-color css
<style>
span { border-color: #FFF7F1; }
span { border-color: rgb(255,247,241); }
td.TdClassName
{
border-color: #FFF7F1;
}
.TagClassName
{
border-color: #FFF7F1;
}
</style>