#F1E5D8

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

Shades of Spring Wood #F1E5D8

Tints of Spring Wood #F1E5D8

Color information

#F1E5D8 (or 0xF1E5D8) is unknown color: approx Spring Wood. HEX triplet: F1, E5 and D8. RGB value is (241,229,216). Sum of RGB (Red+Green+Blue) = 241+229+216=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5D8 is #0E1A27. Grayscale: #E7E7E7. Windows color (decimal): -924200 or 14214641. OLE color: 14214641.

HSL color Cylindrical-coordinate representation of color #F1E5D8: hue angle of 31.2º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1E5D8 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241229216-
CMYK00.050.100.05
HSL31.2º47.17%89.61%-
HSV(B)31.2º10.37%94.51%-
XYZ76.6979.776.31-
YUV231.11119.48135.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.13%
GREEN value IS 229 (89.84% from 255) = 33.38%
BLUE value IS 216 (84.77% from 255) = 31.49%
R=35.13%
G=33.38%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122921600.050.100.0531.247.1789.61
HexF1E5D805A51f2f5a
Octal361345330051253757132
Binary11110001111001011101100001011010101111111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E5D8; }

 p { color: rgb(241,229,216); }

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

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

 a { background-color: rgb(241,229,216); }

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

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

 span { border-color: rgb(241,229,216); }

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