#FEF2EA

Color #FEF2EA Seashell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seashell #FEF2EA

Tints of Seashell #FEF2EA

Color information

#FEF2EA (or 0xFEF2EA) is unknown color: approx 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

RGB254242234-
CMYK00.050.080.00
HSL24º90.91%95.69%-
HSV(B)24º7.87%99.61%-
XYZ87.4890.5290.7-
YUV244.68121.98134.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 34.79%
GREEN value IS 242 (94.92% from 255) = 33.15%
BLUE value IS 234 (91.80% from 255) = 32.05%
R=34.79%
G=33.15%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424223400.050.080.002490.9195.69
HexFEF2EA0580185b60
Octal3763623520510030133140
Binary1111111011110010111010100101100001100010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>