#F3E0DE

Color #F3E0DE Soft Peach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Peach #F3E0DE

Tints of Soft Peach #F3E0DE

Color information

#F3E0DE (or 0xF3E0DE) is unknown color: approx Soft Peach. HEX triplet: F3, E0 and DE. RGB value is (243,224,222). Sum of RGB (Red+Green+Blue) = 243+224+222=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 224 (87.89% from 255 or 32.51% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0DE is #0C1F21. Grayscale: #E5E5E5. Windows color (decimal): -794402 or 14606579. OLE color: 14606579.

HSL color Cylindrical-coordinate representation of color #F3E0DE: hue angle of 5.71º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3E0DE is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243224222-
CMYK00.080.090.05
HSL5.71º46.67%91.18%-
HSV(B)5.71º8.64%95.29%-
XYZ76.877.6480.05-
YUV229.45123.79137.66-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.27%
GREEN value IS 224 (87.89% from 255) = 32.51%
BLUE value IS 222 (87.11% from 255) = 32.22%
R=35.27%
G=32.51%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322422200.080.090.055.7146.6791.18
HexF3E0DE089562f5b
Octal363340336010115657133
Binary1111001111100000110111100100010011011101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E0DE; }

 p { color: rgb(243,224,222); }

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

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

 a { background-color: rgb(243,224,222); }

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

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

 span { border-color: rgb(243,224,222); }

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