Shades of Seashell #FFF6F0
Tints of Seashell #FFF6F0
RGB
CMYK
RGB Variations
Color information
#FFF6F0 (or 0xFFF6F0) is known color: Seashell. HEX triplet: FF, F6 and F0. RGB value is (255,246,240). Sum of RGB (Red+Green+Blue) = 255+246+240=741 (98% of max value = 765). Red value is 255 (100% from 255 or 34.41% from 741); Green value is 246 (96.48% from 255 or 33.20% from 741); Blue value is 240 (94.14% from 255 or 32.39% from 741); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF6F0 is #00090F. Grayscale: #F8F8F8. Windows color (decimal): -2320 or 15791871. OLE color: 15791871.
HSL color Cylindrical-coordinate representation of color #FFF6F0: hue angle of 24º 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 #FFF6F0 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 240 | - |
| CMYK | 0 | 0.04 | 0.06 | 0 |
| HSL | 24º | 1% | 0.97% | - |
| HSV(B) | 24º | 0.06% | 1% | - |
| XYZ | 89.92 | 93.46 | 95.74 | - |
| YUV | 248.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 240 | 0 | 0.04 | 0.06 | 0 | 24 | 1 | 0.97 |
| Hex | FF | F6 | F0 | 0 | 4 | 6 | 0 | 18 | 64 | 61 |
| Octal | 377 | 366 | 360 | 0 | 4 | 6 | 0 | 30 | 144 | 141 |
| Binary | 11111111 | 11110110 | 11110000 | 0 | 100 | 110 | 0 | 11000 | 1100100 | 1100001 |
Color Harmonies of #FFF6F0
Complementary color
Monochromatic Colors of #FFF6F0
Black with #FFF6F0
Text Example
Text Example
White with #FFF6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6F0; }
p { color: rgb(255,246,240); }
H1.HeaderClassName
{
color: #FFF6F0;
}
.AnyTagClassName
{
color: #FFF6F0;
}
</style>
background-color css
<style>
a { background-color: #FFF6F0; }
a { background-color: rgb(255,246,240); }
div.DivClassName
{
background-color: #FFF6F0;
}
.BgClassName
{
background-color: #FFF6F0;
}
</style>
border-color css
<style>
span { border-color: #FFF6F0; }
span { border-color: rgb(255,246,240); }
td.TdClassName
{
border-color: #FFF6F0;
}
.TagClassName
{
border-color: #FFF6F0;
}
</style>