#FEF6ED

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

Shades of Seashell #FEF6ED

Tints of Seashell #FEF6ED

Color information

#FEF6ED (or 0xFEF6ED) is unknown color: approx Seashell. HEX triplet: FE, F6 and ED. RGB value is (254,246,237). Sum of RGB (Red+Green+Blue) = 254+246+237=737 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.46% from 737); Green value is 246 (96.48% from 255 or 33.38% from 737); Blue value is 237 (92.97% from 255 or 32.16% from 737); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6ED is #010912. Grayscale: #F7F7F7. Windows color (decimal): -67859 or 15595262. OLE color: 15595262.

HSL color Cylindrical-coordinate representation of color #FEF6ED: hue angle of 31.76º 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 #FEF6ED is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB254246237-
CMYK00.030.070.00
HSL31.76º89.47%96.27%-
HSV(B)31.76º6.69%99.61%-
XYZ89.1193.193.39-
YUV247.37122.15132.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.46%
GREEN value IS 246 (96.48% from 255) = 33.38%
BLUE value IS 237 (92.97% from 255) = 32.16%
R=34.46%
G=33.38%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424623700.030.070.0031.7689.4796.27
HexFEF6ED0370205960
Octal376366355037040131140
Binary111111101111011011101101011111010000010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6ED; }

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

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

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

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

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

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

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

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