#FDF4ED

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

Shades of Seashell #FDF4ED

Tints of Seashell #FDF4ED

Color information

#FDF4ED (or 0xFDF4ED) is unknown color: approx Seashell. HEX triplet: FD, F4 and ED. RGB value is (253,244,237). Sum of RGB (Red+Green+Blue) = 253+244+237=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 244 (95.70% from 255 or 33.24% from 734); Blue value is 237 (92.97% from 255 or 32.29% from 734); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF4ED is #020B12. Grayscale: #F5F5F5. Windows color (decimal): -133907 or 15594749. OLE color: 15594749.

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

Color convert

RGB253244237-
CMYK00.040.060.01
HSL26.25º80%96.08%-
HSV(B)26.25º6.32%99.22%-
XYZ88.1491.793.17-
YUV245.89122.98133.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.47%
GREEN value IS 244 (95.70% from 255) = 33.24%
BLUE value IS 237 (92.97% from 255) = 32.29%
R=34.47%
G=33.24%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324423700.040.060.0126.258096.08
HexFDF4ED04611a5060
Octal375364355046132120140
Binary111111011111010011101101010011011101010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4ED; }

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

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

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

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

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

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

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

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