#FDF5EE

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

Shades of Seashell #FDF5EE

Tints of Seashell #FDF5EE

Color information

#FDF5EE (or 0xFDF5EE) is unknown color: approx Seashell. HEX triplet: FD, F5 and EE. RGB value is (253,245,238). Sum of RGB (Red+Green+Blue) = 253+245+238=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 245 (96.09% from 255 or 33.29% from 736); Blue value is 238 (93.36% from 255 or 32.34% from 736); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5EE is #020A11. Grayscale: #F6F6F6. Windows color (decimal): -133650 or 15660541. OLE color: 15660541.

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

Color convert

RGB253245238-
CMYK00.030.060.01
HSL28º78.95%96.27%-
HSV(B)28º5.93%99.22%-
XYZ88.5992.3694.05-
YUV246.59123.15132.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.38%
GREEN value IS 245 (96.09% from 255) = 33.29%
BLUE value IS 238 (93.36% from 255) = 32.34%
R=34.38%
G=33.29%
B=32.34%

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
Decimal25324523800.030.060.012878.9596.27
HexFDF5EE03611c4f60
Octal375365356036134117140
Binary11111101111101011110111001111011110010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5EE; }

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

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

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

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

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

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

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

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