Shades of Seashell #FEF2E9
Tints of Seashell #FEF2E9
RGB
CMYK
RGB Variations
Color information
#FEF2E9 (or 0xFEF2E9) is known color: Seashell. HEX triplet: FE, F2 and E9. RGB value is (254,242,233). Sum of RGB (Red+Green+Blue) = 254+242+233=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 242 (94.92% from 255 or 33.20% from 729); Blue value is 233 (91.41% from 255 or 31.96% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2E9 is #010D16. Grayscale: #F4F4F4. Windows color (decimal): -68887 or 15332094. OLE color: 15332094.
HSL color Cylindrical-coordinate representation of color #FEF2E9: hue angle of 25.71º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEF2E9 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 233 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.00 |
| HSL | 25.71º | 0.91% | 0.95% | - |
| HSV(B) | 25.71º | 0.08% | 1% | - |
| XYZ | 87.33 | 90.46 | 89.95 | - |
| YUV | 244.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 233 | 0 | 0.05 | 0.08 | 0.00 | 25.71 | 0.91 | 0.95 |
| Hex | FE | F2 | E9 | 0 | 5 | 8 | 0 | 1A | 5B | 5F |
| Octal | 376 | 362 | 351 | 0 | 5 | 10 | 0 | 32 | 133 | 137 |
| Binary | 11111110 | 11110010 | 11101001 | 0 | 101 | 1000 | 0 | 11010 | 1011011 | 1011111 |
Color Harmonies of #FEF2E9
Complementary color
Monochromatic Colors of #FEF2E9
Black with #FEF2E9
Text Example
Text Example
White with #FEF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2E9; }
p { color: rgb(254,242,233); }
H1.HeaderClassName
{
color: #FEF2E9;
}
.AnyTagClassName
{
color: #FEF2E9;
}
</style>
background-color css
<style>
a { background-color: #FEF2E9; }
a { background-color: rgb(254,242,233); }
div.DivClassName
{
background-color: #FEF2E9;
}
.BgClassName
{
background-color: #FEF2E9;
}
</style>
border-color css
<style>
span { border-color: #FEF2E9; }
span { border-color: rgb(254,242,233); }
td.TdClassName
{
border-color: #FEF2E9;
}
.TagClassName
{
border-color: #FEF2E9;
}
</style>