#FDF3EC

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

Shades of Seashell #FDF3EC

Tints of Seashell #FDF3EC

Color information

#FDF3EC (or 0xFDF3EC) is unknown color: approx Seashell. HEX triplet: FD, F3 and EC. RGB value is (253,243,236). Sum of RGB (Red+Green+Blue) = 253+243+236=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 243 (95.31% from 255 or 33.20% from 732); Blue value is 236 (92.58% from 255 or 32.24% from 732); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF3EC is #020C13. Grayscale: #F5F5F5. Windows color (decimal): -134164 or 15528957. OLE color: 15528957.

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

Color convert

RGB253243236-
CMYK00.040.070.01
HSL24.71º80.95%95.88%-
HSV(B)24.71º6.72%99.22%-
XYZ87.791.0492.31-
YUV245.19122.81133.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.56%
GREEN value IS 243 (95.31% from 255) = 33.20%
BLUE value IS 236 (92.58% from 255) = 32.24%
R=34.56%
G=33.20%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324323600.040.070.0124.7180.9595.88
HexFDF3EC0471195160
Octal375363354047131121140
Binary111111011111001111101100010011111100110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF3EC; }

 p { color: rgb(253,243,236); }

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

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

 a { background-color: rgb(253,243,236); }

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

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

 span { border-color: rgb(253,243,236); }

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