Shades of Seashell #FEF9F6
Tints of Seashell #FEF9F6
RGB
CMYK
RGB Variations
Color information
#FEF9F6 (or 0xFEF9F6) is known color: Seashell. HEX triplet: FE, F9 and F6. RGB value is (254,249,246). Sum of RGB (Red+Green+Blue) = 254+249+246=749 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.91% from 749); Green value is 249 (97.66% from 255 or 33.24% from 749); Blue value is 246 (96.48% from 255 or 32.84% from 749); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9F6 is #010609. Grayscale: #FAFAFA. Windows color (decimal): -67082 or 16185854. OLE color: 16185854.
HSL color Cylindrical-coordinate representation of color #FEF9F6: hue angle of 22.5º degrees, saturation: 0.8, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FEF9F6 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 249 | 246 | - |
CMYK | 0 | 0.02 | 0.03 | 0.00 |
HSL | 22.5º | 0.8% | 0.98% | - |
HSV(B) | 22.5º | 0.03% | 1% | - |
XYZ | 91.38 | 95.48 | 100.8 | - |
YUV | 250.15 | 125.66 | 130.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 249 | 246 | 0 | 0.02 | 0.03 | 0.00 | 22.5 | 0.8 | 0.98 |
Hex | FE | F9 | F6 | 0 | 2 | 3 | 0 | 16 | 50 | 62 |
Octal | 376 | 371 | 366 | 0 | 2 | 3 | 0 | 26 | 120 | 142 |
Binary | 11111110 | 11111001 | 11110110 | 0 | 10 | 11 | 0 | 10110 | 1010000 | 1100010 |
Color Harmonies of #FEF9F6
Complementary color
Monochromatic Colors of #FEF9F6
Black with #FEF9F6
Text Example
Text Example
White with #FEF9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9F6; }
p { color: rgb(254,249,246); }
H1.HeaderClassName
{
color: #FEF9F6;
}
.AnyTagClassName
{
color: #FEF9F6;
}
</style>
background-color css
<style>
a { background-color: #FEF9F6; }
a { background-color: rgb(254,249,246); }
div.DivClassName
{
background-color: #FEF9F6;
}
.BgClassName
{
background-color: #FEF9F6;
}
</style>
border-color css
<style>
span { border-color: #FEF9F6; }
span { border-color: rgb(254,249,246); }
td.TdClassName
{
border-color: #FEF9F6;
}
.TagClassName
{
border-color: #FEF9F6;
}
</style>