#F3DEDE

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

Shades of Soft Peach #F3DEDE

Tints of Soft Peach #F3DEDE

Color information

#F3DEDE (or 0xF3DEDE) is unknown color: approx Soft Peach. HEX triplet: F3, DE and DE. RGB value is (243,222,222). Sum of RGB (Red+Green+Blue) = 243+222+222=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEDE is #0C2121. Grayscale: #E4E4E4. Windows color (decimal): -794914 or 14606067. OLE color: 14606067.

HSL color Cylindrical-coordinate representation of color #F3DEDE: hue angle of 0º 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 #F3DEDE is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243222222-
CMYK00.090.090.05
HSL46.67%91.18%-
HSV(B)8.64%95.29%-
XYZ76.2776.5779.87-
YUV228.28124.46138.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.37%
GREEN value IS 222 (87.11% from 255) = 32.31%
BLUE value IS 222 (87.11% from 255) = 32.31%
R=35.37%
G=32.31%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322222200.090.090.05046.6791.18
HexF3DEDE099502f5b
Octal363336336011115057133
Binary11110011110111101101111001001100110101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DEDE; }

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

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

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

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

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

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

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

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