#F5DEDD

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

Shades of Soft Peach #F5DEDD

Tints of Soft Peach #F5DEDD

Color information

#F5DEDD (or 0xF5DEDD) is unknown color: approx Soft Peach. HEX triplet: F5, DE and DD. RGB value is (245,222,221). Sum of RGB (Red+Green+Blue) = 245+222+221=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEDD is #0A2122. Grayscale: #E4E4E4. Windows color (decimal): -663843 or 14540533. OLE color: 14540533.

HSL color Cylindrical-coordinate representation of color #F5DEDD: hue angle of 2.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5DEDD is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB245222221-
CMYK00.090.100.04
HSL2.5º54.55%91.37%-
HSV(B)2.5º9.8%96.08%-
XYZ76.8376.8879.2-
YUV228.76123.62139.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.61%
GREEN value IS 222 (87.11% from 255) = 32.27%
BLUE value IS 221 (86.72% from 255) = 32.12%
R=35.61%
G=32.27%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522222100.090.100.042.554.5591.37
HexF5DEDD09A43375b
Octal365336335011124367133
Binary111101011101111011011101010011010100111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DEDD; }

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

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

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

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

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

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

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

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