#F0DEDC

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

Shades of Soft Peach #F0DEDC

Tints of Soft Peach #F0DEDC

Color information

#F0DEDC (or 0xF0DEDC) is unknown color: approx Soft Peach. HEX triplet: F0, DE and DC. RGB value is (240,222,220). Sum of RGB (Red+Green+Blue) = 240+222+220=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEDC is #0F2123. Grayscale: #E3E3E3. Windows color (decimal): -991524 or 14474992. OLE color: 14474992.

HSL color Cylindrical-coordinate representation of color #F0DEDC: hue angle of 6º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DEDC is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240222220-
CMYK00.080.080.06
HSL40%90.2%-
HSV(B)8.33%94.12%-
XYZ74.9775.9478.42-
YUV227.15123.96137.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.19%
GREEN value IS 222 (87.11% from 255) = 32.55%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=35.19%
G=32.55%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022222000.080.080.0664090.2
HexF0DEDC08866285a
Octal360336334010106650132
Binary1111000011011110110111000100010001101101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DEDC; }

 p { color: rgb(240,222,220); }

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

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

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

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

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

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

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