#FEF7F5

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

Shades of Seashell #FEF7F5

Tints of Seashell #FEF7F5

Color information

#FEF7F5 (or 0xFEF7F5) is unknown color: approx Seashell. HEX triplet: FE, F7 and F5. RGB value is (254,247,245). Sum of RGB (Red+Green+Blue) = 254+247+245=746 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.05% from 746); Green value is 247 (96.88% from 255 or 33.11% from 746); Blue value is 245 (96.09% from 255 or 32.84% from 746); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF7F5 is #01080A. Grayscale: #F8F8F8. Windows color (decimal): -67595 or 16119806. OLE color: 16119806.

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

Color convert

RGB254247245-
CMYK00.030.040.00
HSL13.33º81.82%97.84%-
HSV(B)13.33º3.54%99.61%-
XYZ90.6294.1899.79-
YUV248.86125.82131.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.05%
GREEN value IS 247 (96.88% from 255) = 33.11%
BLUE value IS 245 (96.09% from 255) = 32.84%
R=34.05%
G=33.11%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424724500.030.040.0013.3381.8297.84
HexFEF7F50340d5262
Octal376367365034015122142
Binary1111111011110111111101010111000110110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7F5; }

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

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

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

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

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

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

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

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