#F0E3D5

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

Shades of Spring Wood #F0E3D5

Tints of Spring Wood #F0E3D5

Color information

#F0E3D5 (or 0xF0E3D5) is unknown color: approx Spring Wood. HEX triplet: F0, E3 and D5. RGB value is (240,227,213). Sum of RGB (Red+Green+Blue) = 240+227+213=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3D5 is #0F1C2A. Grayscale: #E5E5E5. Windows color (decimal): -990251 or 14017520. OLE color: 14017520.

HSL color Cylindrical-coordinate representation of color #F0E3D5: hue angle of 31.11º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0E3D5 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB240227213-
CMYK00.050.110.06
HSL31.11º47.37%88.82%-
HSV(B)31.11º11.25%94.12%-
XYZ75.4178.2774.08-
YUV229.29118.81135.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.29%
GREEN value IS 227 (89.06% from 255) = 33.38%
BLUE value IS 213 (83.59% from 255) = 31.32%
R=35.29%
G=33.38%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022721300.050.110.0631.1147.3788.82
HexF0E3D505B61f2f59
Octal360343325051363757131
Binary11110000111000111101010101011011110111111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E3D5; }

 p { color: rgb(240,227,213); }

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

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

 a { background-color: rgb(240,227,213); }

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

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

 span { border-color: rgb(240,227,213); }

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