Shades of Seashell #FFF6ED
Tints of Seashell #FFF6ED
RGB
CMYK
RGB Variations
Color information
#FFF6ED (or 0xFFF6ED) is known color: Seashell. HEX triplet: FF, F6 and ED. RGB value is (255,246,237). Sum of RGB (Red+Green+Blue) = 255+246+237=738 (97% of max value = 765). Red value is 255 (100% from 255 or 34.55% from 738); Green value is 246 (96.48% from 255 or 33.33% from 738); Blue value is 237 (92.97% from 255 or 32.11% from 738); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF6ED is #000912. Grayscale: #F7F7F7. Windows color (decimal): -2323 or 15595263. OLE color: 15595263.
HSL color Cylindrical-coordinate representation of color #FFF6ED: hue angle of 30º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFF6ED is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 246 | 237 | - |
CMYK | 0 | 0.04 | 0.07 | 0 |
HSL | 30º | 1% | 0.96% | - |
HSV(B) | 30º | 0.07% | 1% | - |
XYZ | 89.48 | 93.29 | 93.41 | - |
YUV | 247.67 | 121.98 | 133.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 246 | 237 | 0 | 0.04 | 0.07 | 0 | 30 | 1 | 0.96 |
Hex | FF | F6 | ED | 0 | 4 | 7 | 0 | 1E | 64 | 60 |
Octal | 377 | 366 | 355 | 0 | 4 | 7 | 0 | 36 | 144 | 140 |
Binary | 11111111 | 11110110 | 11101101 | 0 | 100 | 111 | 0 | 11110 | 1100100 | 1100000 |
Color Harmonies of #FFF6ED
Complementary color
Monochromatic Colors of #FFF6ED
Black with #FFF6ED
Text Example
Text Example
White with #FFF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6ED; }
p { color: rgb(255,246,237); }
H1.HeaderClassName
{
color: #FFF6ED;
}
.AnyTagClassName
{
color: #FFF6ED;
}
</style>
background-color css
<style>
a { background-color: #FFF6ED; }
a { background-color: rgb(255,246,237); }
div.DivClassName
{
background-color: #FFF6ED;
}
.BgClassName
{
background-color: #FFF6ED;
}
</style>
border-color css
<style>
span { border-color: #FFF6ED; }
span { border-color: rgb(255,246,237); }
td.TdClassName
{
border-color: #FFF6ED;
}
.TagClassName
{
border-color: #FFF6ED;
}
</style>