#FEF8F5

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

Shades of Seashell #FEF8F5

Tints of Seashell #FEF8F5

Color information

#FEF8F5 (or 0xFEF8F5) is unknown color: approx Seashell. HEX triplet: FE, F8 and F5. RGB value is (254,248,245). Sum of RGB (Red+Green+Blue) = 254+248+245=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 248 (97.27% from 255 or 33.20% from 747); Blue value is 245 (96.09% from 255 or 32.80% from 747); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8F5 is #01070A. Grayscale: #F9F9F9. Windows color (decimal): -67339 or 16120062. OLE color: 16120062.

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

Color convert

RGB254248245-
CMYK00.020.040.00
HSL20º81.82%97.84%-
HSV(B)20º3.54%99.61%-
XYZ90.9294.899.89-
YUV249.45125.49131.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.00%
GREEN value IS 248 (97.27% from 255) = 33.20%
BLUE value IS 245 (96.09% from 255) = 32.80%
R=34.00%
G=33.20%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424824500.020.040.002081.8297.84
HexFEF8F50240145262
Octal376370365024024122142
Binary11111110111110001111010101010001010010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8F5; }

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

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

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

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

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

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

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

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