#FDF5ED

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

Shades of Seashell #FDF5ED

Tints of Seashell #FDF5ED

Color information

#FDF5ED (or 0xFDF5ED) is unknown color: approx Seashell. HEX triplet: FD, F5 and ED. RGB value is (253,245,237). Sum of RGB (Red+Green+Blue) = 253+245+237=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 245 (96.09% from 255 or 33.33% from 735); Blue value is 237 (92.97% from 255 or 32.24% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5ED is #020A12. Grayscale: #F6F6F6. Windows color (decimal): -133651 or 15595005. OLE color: 15595005.

HSL color Cylindrical-coordinate representation of color #FDF5ED: hue angle of 30º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDF5ED is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253245237-
CMYK00.030.060.01
HSL30º80%96.08%-
HSV(B)30º6.32%99.22%-
XYZ88.4592.393.28-
YUV246.48122.65132.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.42%
GREEN value IS 245 (96.09% from 255) = 33.33%
BLUE value IS 237 (92.97% from 255) = 32.24%
R=34.42%
G=33.33%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324523700.030.060.01308096.08
HexFDF5ED03611e5060
Octal375365355036136120140
Binary11111101111101011110110101111011111010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5ED; }

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

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

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

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

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

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

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

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