#F3DEDD

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

Shades of Soft Peach #F3DEDD

Tints of Soft Peach #F3DEDD

Color information

#F3DEDD (or 0xF3DEDD) is unknown color: approx Soft Peach. HEX triplet: F3, DE and DD. RGB value is (243,222,221). Sum of RGB (Red+Green+Blue) = 243+222+221=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEDD is #0C2122. Grayscale: #E4E4E4. Windows color (decimal): -794915 or 14540531. OLE color: 14540531.

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

Color convert

RGB243222221-
CMYK00.090.090.05
HSL2.73º47.83%90.98%-
HSV(B)2.73º9.05%95.29%-
XYZ76.1376.5279.16-
YUV228.17123.96138.58-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.42%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 221 (86.72% from 255) = 32.22%
R=35.42%
G=32.36%
B=32.22%

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
Decimal24322222100.090.090.052.7347.8390.98
HexF3DEDD09953305b
Octal363336335011115360133
Binary111100111101111011011101010011001101111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DEDD; }

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

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

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

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

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

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

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

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