#F1E0DE

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

Shades of Soft Peach #F1E0DE

Tints of Soft Peach #F1E0DE

Color information

#F1E0DE (or 0xF1E0DE) is unknown color: approx Soft Peach. HEX triplet: F1, E0 and DE. RGB value is (241,224,222). Sum of RGB (Red+Green+Blue) = 241+224+222=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 224 (87.89% from 255 or 32.61% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E0DE is #0E1F21. Grayscale: #E4E4E4. Windows color (decimal): -925474 or 14606577. OLE color: 14606577.

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

Color convert

RGB241224222-
CMYK00.070.080.05
HSL6.32º40.43%90.78%-
HSV(B)6.32º7.88%94.51%-
XYZ76.1277.2980.01-
YUV228.86124.13136.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.08%
GREEN value IS 224 (87.89% from 255) = 32.61%
BLUE value IS 222 (87.11% from 255) = 32.31%
R=35.08%
G=32.61%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122422200.070.080.056.3240.4390.78
HexF1E0DE07856285b
Octal36134033607105650133
Binary111100011110000011011110011110001011101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E0DE; }

 p { color: rgb(241,224,222); }

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

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

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

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

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

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

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