Shades of Seashell #FEF2EA
Tints of Seashell #FEF2EA
RGB
CMYK
RGB Variations
Color information
#FEF2EA (or 0xFEF2EA) is known color: Seashell. HEX triplet: FE, F2 and EA. RGB value is (254,242,234). Sum of RGB (Red+Green+Blue) = 254+242+234=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 242 (94.92% from 255 or 33.15% from 730); Blue value is 234 (91.80% from 255 or 32.05% from 730); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2EA is #010D15. Grayscale: #F4F4F4. Windows color (decimal): -68886 or 15397630. OLE color: 15397630.
HSL color Cylindrical-coordinate representation of color #FEF2EA: hue angle of 24º 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 #FEF2EA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 234 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.00 |
| HSL | 24º | 0.91% | 0.96% | - |
| HSV(B) | 24º | 0.08% | 1% | - |
| XYZ | 87.48 | 90.52 | 90.7 | - |
| YUV | 244.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 234 | 0 | 0.05 | 0.08 | 0.00 | 24 | 0.91 | 0.96 |
| Hex | FE | F2 | EA | 0 | 5 | 8 | 0 | 18 | 5B | 60 |
| Octal | 376 | 362 | 352 | 0 | 5 | 10 | 0 | 30 | 133 | 140 |
| Binary | 11111110 | 11110010 | 11101010 | 0 | 101 | 1000 | 0 | 11000 | 1011011 | 1100000 |
Color Harmonies of #FEF2EA
Complementary color
Monochromatic Colors of #FEF2EA
Black with #FEF2EA
Text Example
Text Example
White with #FEF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2EA; }
p { color: rgb(254,242,234); }
H1.HeaderClassName
{
color: #FEF2EA;
}
.AnyTagClassName
{
color: #FEF2EA;
}
</style>
background-color css
<style>
a { background-color: #FEF2EA; }
a { background-color: rgb(254,242,234); }
div.DivClassName
{
background-color: #FEF2EA;
}
.BgClassName
{
background-color: #FEF2EA;
}
</style>
border-color css
<style>
span { border-color: #FEF2EA; }
span { border-color: rgb(254,242,234); }
td.TdClassName
{
border-color: #FEF2EA;
}
.TagClassName
{
border-color: #FEF2EA;
}
</style>