#FFF5ED

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

Shades of Seashell #FFF5ED

Tints of Seashell #FFF5ED

Color information

#FFF5ED (or 0xFFF5ED) is unknown color: approx Seashell. HEX triplet: FF, F5 and ED. RGB value is (255,245,237). Sum of RGB (Red+Green+Blue) = 255+245+237=737 (97% of max value = 765). Red value is 255 (100% from 255 or 34.60% from 737); Green value is 245 (96.09% from 255 or 33.24% from 737); Blue value is 237 (92.97% from 255 or 32.16% from 737); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF5ED is #000A12. Grayscale: #F7F7F7. Windows color (decimal): -2579 or 15595007. OLE color: 15595007.

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

Color convert

RGB255245237-
CMYK00.040.070
HSL26.67º100%96.47%-
HSV(B)26.67º7.06%100%-
XYZ89.1892.6893.31-
YUV247.08122.31133.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.60%
GREEN value IS 245 (96.09% from 255) = 33.24%
BLUE value IS 237 (92.97% from 255) = 32.16%
R=34.60%
G=33.24%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524523700.040.07026.6710096.47
HexFFF5ED04701b6460
Octal377365355047033144140
Binary111111111111010111101101010011101101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5ED; }

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

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

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

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

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

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

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

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