#F1E0DF

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

Shades of Soft Peach #F1E0DF

Tints of Soft Peach #F1E0DF

Color information

#F1E0DF (or 0xF1E0DF) is unknown color: approx Soft Peach. HEX triplet: F1, E0 and DF. RGB value is (241,224,223). Sum of RGB (Red+Green+Blue) = 241+224+223=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 224 (87.89% from 255 or 32.56% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E0DF is #0E1F20. Grayscale: #E4E4E4. Windows color (decimal): -925473 or 14672113. OLE color: 14672113.

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

Color convert

RGB241224223-
CMYK00.070.070.05
HSL3.33º39.13%90.98%-
HSV(B)3.33º7.47%94.51%-
XYZ76.2577.3480.72-
YUV228.97124.63136.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.03%
GREEN value IS 224 (87.89% from 255) = 32.56%
BLUE value IS 223 (87.5% from 255) = 32.41%
R=35.03%
G=32.56%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122422300.070.070.053.3339.1390.98
HexF1E0DF07753275b
Octal3613403370775347133
Binary1111000111100000110111110111111101111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E0DF; }

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

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

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

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

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

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

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

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