#F2E4D5

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

Shades of Spring Wood #F2E4D5

Tints of Spring Wood #F2E4D5

Color information

#F2E4D5 (or 0xF2E4D5) is unknown color: approx Spring Wood. HEX triplet: F2, E4 and D5. RGB value is (242,228,213). Sum of RGB (Red+Green+Blue) = 242+228+213=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4D5 is #0D1B2A. Grayscale: #E6E6E6. Windows color (decimal): -858923 or 14017778. OLE color: 14017778.

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

Color convert

RGB242228213-
CMYK00.060.120.05
HSL31.03º52.73%89.22%-
HSV(B)31.03º11.98%94.9%-
XYZ76.3779.1774.21-
YUV230.48118.14136.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.43%
GREEN value IS 228 (89.45% from 255) = 33.38%
BLUE value IS 213 (83.59% from 255) = 31.19%
R=35.43%
G=33.38%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222821300.060.120.0531.0352.7389.22
HexF2E4D506C51f3559
Octal362344325061453765131
Binary11110010111001001101010101101100101111111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E4D5; }

 p { color: rgb(242,228,213); }

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

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

 a { background-color: rgb(242,228,213); }

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

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

 span { border-color: rgb(242,228,213); }

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