#FEF9F5

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

Shades of Seashell #FEF9F5

Tints of Seashell #FEF9F5

Color information

#FEF9F5 (or 0xFEF9F5) is unknown color: approx Seashell. HEX triplet: FE, F9 and F5. RGB value is (254,249,245). Sum of RGB (Red+Green+Blue) = 254+249+245=748 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.96% from 748); Green value is 249 (97.66% from 255 or 33.29% from 748); Blue value is 245 (96.09% from 255 or 32.75% from 748); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9F5 is #01060A. Grayscale: #FAFAFA. Windows color (decimal): -67083 or 16120318. OLE color: 16120318.

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

Color convert

RGB254249245-
CMYK00.020.040.00
HSL26.67º81.82%97.84%-
HSV(B)26.67º3.54%99.61%-
XYZ91.2395.4199.99-
YUV250.04125.16130.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.96%
GREEN value IS 249 (97.66% from 255) = 33.29%
BLUE value IS 245 (96.09% from 255) = 32.75%
R=33.96%
G=33.29%
B=32.75%

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
Decimal25424924500.020.040.0026.6781.8297.84
HexFEF9F502401b5262
Octal376371365024033122142
Binary11111110111110011111010101010001101110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9F5; }

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

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

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

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

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

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

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

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