#F4DEDD

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

Shades of Soft Peach #F4DEDD

Tints of Soft Peach #F4DEDD

Color information

#F4DEDD (or 0xF4DEDD) is unknown color: approx Soft Peach. HEX triplet: F4, DE and DD. RGB value is (244,222,221). Sum of RGB (Red+Green+Blue) = 244+222+221=687 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.52% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DEDD is #0B2122. Grayscale: #E4E4E4. Windows color (decimal): -729379 or 14540532. OLE color: 14540532.

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

Color convert

RGB244222221-
CMYK00.090.090.04
HSL2.61º51.11%91.18%-
HSV(B)2.61º9.43%95.69%-
XYZ76.4876.779.18-
YUV228.46123.79139.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.52%
GREEN value IS 222 (87.11% from 255) = 32.31%
BLUE value IS 221 (86.72% from 255) = 32.17%
R=35.52%
G=32.31%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422222100.090.090.042.6151.1191.18
HexF4DEDD09943335b
Octal364336335011114363133
Binary111101001101111011011101010011001100111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DEDD; }

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

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

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

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

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

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

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

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