#F3E2D2

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

Shades of Spring Wood #F3E2D2

Tints of Spring Wood #F3E2D2

Color information

#F3E2D2 (or 0xF3E2D2) is unknown color: approx Spring Wood. HEX triplet: F3, E2 and D2. RGB value is (243,226,210). Sum of RGB (Red+Green+Blue) = 243+226+210=679 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.79% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 210 (82.42% from 255 or 30.93% from 679); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E2D2 is #0C1D2D. Grayscale: #E5E5E5. Windows color (decimal): -793902 or 13820659. OLE color: 13820659.

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

Color convert

RGB243226210-
CMYK00.070.140.05
HSL29.09º57.89%88.82%-
HSV(B)29.09º13.58%95.29%-
XYZ75.7978.172.05-
YUV229.26117.13137.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.79%
GREEN value IS 226 (88.67% from 255) = 33.28%
BLUE value IS 210 (82.42% from 255) = 30.93%
R=35.79%
G=33.28%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322621000.070.140.0529.0957.8988.82
HexF3E2D207E51d3a59
Octal363342322071653572131
Binary11110011111000101101001001111110101111011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E2D2; }

 p { color: rgb(243,226,210); }

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

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

 a { background-color: rgb(243,226,210); }

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

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

 span { border-color: rgb(243,226,210); }

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