#F0DEDE

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

Shades of Soft Peach #F0DEDE

Tints of Soft Peach #F0DEDE

Color information

#F0DEDE (or 0xF0DEDE) is unknown color: approx Soft Peach. HEX triplet: F0, DE and DE. RGB value is (240,222,222). Sum of RGB (Red+Green+Blue) = 240+222+222=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEDE is #0F2121. Grayscale: #E3E3E3. Windows color (decimal): -991522 or 14606064. OLE color: 14606064.

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

Color convert

RGB240222222-
CMYK00.080.080.06
HSL37.5%90.59%-
HSV(B)7.5%94.12%-
XYZ75.2476.0479.82-
YUV227.38124.96137-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.09%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 222 (87.11% from 255) = 32.46%
R=35.09%
G=32.46%
B=32.46%

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
Decimal24022222200.080.080.06037.590.59
HexF0DEDE08860265b
Octal360336336010106046133
Binary11110000110111101101111001000100011001001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DEDE; }

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

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

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

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

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

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

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

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