Shades of Seashell #FEF3EA
Tints of Seashell #FEF3EA
RGB
CMYK
RGB Variations
Color information
#FEF3EA (or 0xFEF3EA) is known color: Seashell. HEX triplet: FE, F3 and EA. RGB value is (254,243,234). Sum of RGB (Red+Green+Blue) = 254+243+234=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 243 (95.31% from 255 or 33.24% from 731); Blue value is 234 (91.80% from 255 or 32.01% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF3EA is #010C15. Grayscale: #F5F5F5. Windows color (decimal): -68630 or 15397886. OLE color: 15397886.
HSL color Cylindrical-coordinate representation of color #FEF3EA: hue angle of 27º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEF3EA is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 234 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.00 |
| HSL | 27º | 0.91% | 0.96% | - |
| HSV(B) | 27º | 0.08% | 1% | - |
| XYZ | 87.77 | 91.11 | 90.8 | - |
| YUV | 245.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 234 | 0 | 0.04 | 0.08 | 0.00 | 27 | 0.91 | 0.96 |
| Hex | FE | F3 | EA | 0 | 4 | 8 | 0 | 1B | 5B | 60 |
| Octal | 376 | 363 | 352 | 0 | 4 | 10 | 0 | 33 | 133 | 140 |
| Binary | 11111110 | 11110011 | 11101010 | 0 | 100 | 1000 | 0 | 11011 | 1011011 | 1100000 |
Color Harmonies of #FEF3EA
Complementary color
Monochromatic Colors of #FEF3EA
Black with #FEF3EA
Text Example
Text Example
White with #FEF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3EA; }
p { color: rgb(254,243,234); }
H1.HeaderClassName
{
color: #FEF3EA;
}
.AnyTagClassName
{
color: #FEF3EA;
}
</style>
background-color css
<style>
a { background-color: #FEF3EA; }
a { background-color: rgb(254,243,234); }
div.DivClassName
{
background-color: #FEF3EA;
}
.BgClassName
{
background-color: #FEF3EA;
}
</style>
border-color css
<style>
span { border-color: #FEF3EA; }
span { border-color: rgb(254,243,234); }
td.TdClassName
{
border-color: #FEF3EA;
}
.TagClassName
{
border-color: #FEF3EA;
}
</style>