#F0E1DF

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

Shades of Soft Peach #F0E1DF

Tints of Soft Peach #F0E1DF

Color information

#F0E1DF (or 0xF0E1DF) is unknown color: approx Soft Peach. HEX triplet: F0, E1 and DF. RGB value is (240,225,223). Sum of RGB (Red+Green+Blue) = 240+225+223=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 225 (88.28% from 255 or 32.70% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1DF is #0F1E20. Grayscale: #E5E5E5. Windows color (decimal): -990753 or 14672368. OLE color: 14672368.

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

Color convert

RGB240225223-
CMYK00.060.070.06
HSL7.06º36.17%90.78%-
HSV(B)7.06º7.08%94.12%-
XYZ76.1877.780.8-
YUV229.26124.47135.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.88%
GREEN value IS 225 (88.28% from 255) = 32.70%
BLUE value IS 223 (87.5% from 255) = 32.41%
R=34.88%
G=32.70%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022522300.060.070.067.0636.1790.78
HexF0E1DF06767245b
Octal3603413370676744133
Binary11110000111000011101111101101111101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1DF; }

 p { color: rgb(240,225,223); }

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

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

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

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

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

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

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