Shades of Seashell #FEF9F5
Tints of Seashell #FEF9F5
RGB
CMYK
RGB Variations
Color information
#FEF9F5 (or 0xFEF9F5) is known color: Seashell. HEX triplet: FE, F9 and F5. RGB value is (254,249,245). Sum of RGB (Red+Green+Blue) = 254+249+245=748 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.96% from 748); Green value is 249 (97.66% from 255 or 33.29% from 748); Blue value is 245 (96.09% from 255 or 32.75% from 748); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9F5 is #01060A. Grayscale: #FAFAFA. Windows color (decimal): -67083 or 16120318. OLE color: 16120318.
HSL color Cylindrical-coordinate representation of color #FEF9F5: hue angle of 26.67º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEF9F5 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 245 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.00 |
| HSL | 26.67º | 0.82% | 0.98% | - |
| HSV(B) | 26.67º | 0.04% | 1% | - |
| XYZ | 91.23 | 95.41 | 99.99 | - |
| YUV | 250.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 245 | 0 | 0.02 | 0.04 | 0.00 | 26.67 | 0.82 | 0.98 |
| Hex | FE | F9 | F5 | 0 | 2 | 4 | 0 | 1B | 52 | 62 |
| Octal | 376 | 371 | 365 | 0 | 2 | 4 | 0 | 33 | 122 | 142 |
| Binary | 11111110 | 11111001 | 11110101 | 0 | 10 | 100 | 0 | 11011 | 1010010 | 1100010 |
Color Harmonies of #FEF9F5
Complementary color
Monochromatic Colors of #FEF9F5
Black with #FEF9F5
Text Example
Text Example
White with #FEF9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9F5; }
p { color: rgb(254,249,245); }
H1.HeaderClassName
{
color: #FEF9F5;
}
.AnyTagClassName
{
color: #FEF9F5;
}
</style>
background-color css
<style>
a { background-color: #FEF9F5; }
a { background-color: rgb(254,249,245); }
div.DivClassName
{
background-color: #FEF9F5;
}
.BgClassName
{
background-color: #FEF9F5;
}
</style>
border-color css
<style>
span { border-color: #FEF9F5; }
span { border-color: rgb(254,249,245); }
td.TdClassName
{
border-color: #FEF9F5;
}
.TagClassName
{
border-color: #FEF9F5;
}
</style>