Shades of Seashell #FEF6F1
Tints of Seashell #FEF6F1
RGB
CMYK
RGB Variations
Color information
#FEF6F1 (or 0xFEF6F1) is known color: Seashell. HEX triplet: FE, F6 and F1. RGB value is (254,246,241). Sum of RGB (Red+Green+Blue) = 254+246+241=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 246 (96.48% from 255 or 33.20% from 741); Blue value is 241 (94.53% from 255 or 32.52% from 741); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6F1 is #01090E. Grayscale: #F7F7F7. Windows color (decimal): -67855 or 15857406. OLE color: 15857406.
HSL color Cylindrical-coordinate representation of color #FEF6F1: hue angle of 23.08º degrees, saturation: 0.87, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FEF6F1 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 241 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.00 |
| HSL | 23.08º | 0.87% | 0.97% | - |
| HSV(B) | 23.08º | 0.05% | 1% | - |
| XYZ | 89.71 | 93.33 | 96.51 | - |
| YUV | 247.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 241 | 0 | 0.03 | 0.05 | 0.00 | 23.08 | 0.87 | 0.97 |
| Hex | FE | F6 | F1 | 0 | 3 | 5 | 0 | 17 | 57 | 61 |
| Octal | 376 | 366 | 361 | 0 | 3 | 5 | 0 | 27 | 127 | 141 |
| Binary | 11111110 | 11110110 | 11110001 | 0 | 11 | 101 | 0 | 10111 | 1010111 | 1100001 |
Color Harmonies of #FEF6F1
Complementary color
Monochromatic Colors of #FEF6F1
Black with #FEF6F1
Text Example
Text Example
White with #FEF6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6F1; }
p { color: rgb(254,246,241); }
H1.HeaderClassName
{
color: #FEF6F1;
}
.AnyTagClassName
{
color: #FEF6F1;
}
</style>
background-color css
<style>
a { background-color: #FEF6F1; }
a { background-color: rgb(254,246,241); }
div.DivClassName
{
background-color: #FEF6F1;
}
.BgClassName
{
background-color: #FEF6F1;
}
</style>
border-color css
<style>
span { border-color: #FEF6F1; }
span { border-color: rgb(254,246,241); }
td.TdClassName
{
border-color: #FEF6F1;
}
.TagClassName
{
border-color: #FEF6F1;
}
</style>