#F0E3D4

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

Shades of Spring Wood #F0E3D4

Tints of Spring Wood #F0E3D4

Color information

#F0E3D4 (or 0xF0E3D4) is unknown color: approx Spring Wood. HEX triplet: F0, E3 and D4. RGB value is (240,227,212). Sum of RGB (Red+Green+Blue) = 240+227+212=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 212 (83.20% from 255 or 31.22% from 679); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3D4 is #0F1C2B. Grayscale: #E5E5E5. Windows color (decimal): -990252 or 13951984. OLE color: 13951984.

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

Color convert

RGB240227212-
CMYK00.050.120.06
HSL32.14º48.28%88.63%-
HSV(B)32.14º11.67%94.12%-
XYZ75.2978.2273.42-
YUV229.18118.31135.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.35%
GREEN value IS 227 (89.06% from 255) = 33.43%
BLUE value IS 212 (83.20% from 255) = 31.22%
R=35.35%
G=33.43%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022721200.050.120.0632.1448.2888.63
HexF0E3D405C6203059
Octal360343324051464060131
Binary111100001110001111010100010111001101000001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E3D4; }

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

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

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

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

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

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

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

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