#F4DEDE

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

Shades of Soft Peach #F4DEDE

Tints of Soft Peach #F4DEDE

Color information

#F4DEDE (or 0xF4DEDE) is unknown color: approx Soft Peach. HEX triplet: F4, DE and DE. RGB value is (244,222,222). Sum of RGB (Red+Green+Blue) = 244+222+222=688 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.47% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DEDE is #0B2121. Grayscale: #E4E4E4. Windows color (decimal): -729378 or 14606068. OLE color: 14606068.

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

Color convert

RGB244222222-
CMYK00.090.090.04
HSL50%91.37%-
HSV(B)9.02%95.69%-
XYZ76.6176.7579.88-
YUV228.58124.29139-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.47%
GREEN value IS 222 (87.11% from 255) = 32.27%
BLUE value IS 222 (87.11% from 255) = 32.27%
R=35.47%
G=32.27%
B=32.27%

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
Decimal24422222200.090.090.0405091.37
HexF4DEDE09940325b
Octal364336336011114062133
Binary11110100110111101101111001001100110001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DEDE; }

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

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

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

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

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

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

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

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