#FEF5ED

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

Shades of Seashell #FEF5ED

Tints of Seashell #FEF5ED

Color information

#FEF5ED (or 0xFEF5ED) is unknown color: approx Seashell. HEX triplet: FE, F5 and ED. RGB value is (254,245,237). Sum of RGB (Red+Green+Blue) = 254+245+237=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 245 (96.09% from 255 or 33.29% from 736); Blue value is 237 (92.97% from 255 or 32.20% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5ED is #010A12. Grayscale: #F6F6F6. Windows color (decimal): -68115 or 15595006. OLE color: 15595006.

HSL color Cylindrical-coordinate representation of color #FEF5ED: hue angle of 28.24º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEF5ED is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB254245237-
CMYK00.040.070.00
HSL28.24º89.47%96.27%-
HSV(B)28.24º6.69%99.61%-
XYZ88.8192.4993.29-
YUV246.78122.48133.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.51%
GREEN value IS 245 (96.09% from 255) = 33.29%
BLUE value IS 237 (92.97% from 255) = 32.20%
R=34.51%
G=33.29%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424523700.040.070.0028.2489.4796.27
HexFEF5ED04701c5960
Octal376365355047034131140
Binary111111101111010111101101010011101110010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5ED; }

 p { color: rgb(254,245,237); }

 H1.HeaderClassName
 {
   color: #FEF5ED;
 }
 .AnyTagClassName
 {
   color: #FEF5ED;
 }
</style>
background-color css

<style>
 a { background-color: #FEF5ED; }

 a { background-color: rgb(254,245,237); }

 div.DivClassName
 {
   background-color: #FEF5ED;
 }
 .BgClassName
 {
   background-color: #FEF5ED;
 }
</style>
border-color css

<style>
 span { border-color: #FEF5ED; }

 span { border-color: rgb(254,245,237); }

 td.TdClassName
 {
   border-color: #FEF5ED;
 }
 .TagClassName
 {
   border-color: #FEF5ED;
 }
</style>