#FDF2EB

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

Shades of Seashell #FDF2EB

Tints of Seashell #FDF2EB

Color information

#FDF2EB (or 0xFDF2EB) is unknown color: approx Seashell. HEX triplet: FD, F2 and EB. RGB value is (253,242,235). Sum of RGB (Red+Green+Blue) = 253+242+235=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 242 (94.92% from 255 or 33.15% from 730); Blue value is 235 (92.19% from 255 or 32.19% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2EB is #020D14. Grayscale: #F4F4F4. Windows color (decimal): -134421 or 15463165. OLE color: 15463165.

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

Color convert

RGB253242235-
CMYK00.040.070.01
HSL23.33º81.82%95.69%-
HSV(B)23.33º7.11%99.22%-
XYZ87.2690.3991.44-
YUV244.49122.64134.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.66%
GREEN value IS 242 (94.92% from 255) = 33.15%
BLUE value IS 235 (92.19% from 255) = 32.19%
R=34.66%
G=33.15%
B=32.19%

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
Decimal25324223500.040.070.0123.3381.8295.69
HexFDF2EB0471175260
Octal375362353047127122140
Binary111111011111001011101011010011111011110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF2EB; }

 p { color: rgb(253,242,235); }

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

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

 a { background-color: rgb(253,242,235); }

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

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

 span { border-color: rgb(253,242,235); }

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