#F2E2D3

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

Shades of Spring Wood #F2E2D3

Tints of Spring Wood #F2E2D3

Color information

#F2E2D3 (or 0xF2E2D3) is unknown color: approx Spring Wood. HEX triplet: F2, E2 and D3. RGB value is (242,226,211). Sum of RGB (Red+Green+Blue) = 242+226+211=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 211 (82.81% from 255 or 31.08% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2D3 is #0D1D2C. Grayscale: #E5E5E5. Windows color (decimal): -859437 or 13886194. OLE color: 13886194.

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

Color convert

RGB242226211-
CMYK00.070.130.05
HSL29.03º54.39%88.82%-
HSV(B)29.03º12.81%94.9%-
XYZ75.5777.9772.7-
YUV229.07117.8137.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.64%
GREEN value IS 226 (88.67% from 255) = 33.28%
BLUE value IS 211 (82.81% from 255) = 31.08%
R=35.64%
G=33.28%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222621100.070.130.0529.0354.3988.82
HexF2E2D307D51d3659
Octal362342323071553566131
Binary11110010111000101101001101111101101111011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E2D3; }

 p { color: rgb(242,226,211); }

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

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

 a { background-color: rgb(242,226,211); }

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

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

 span { border-color: rgb(242,226,211); }

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