#F1DEDE

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

Shades of Soft Peach #F1DEDE

Tints of Soft Peach #F1DEDE

Color information

#F1DEDE (or 0xF1DEDE) is unknown color: approx Soft Peach. HEX triplet: F1, DE and DE. RGB value is (241,222,222). Sum of RGB (Red+Green+Blue) = 241+222+222=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEDE is #0E2121. Grayscale: #E3E3E3. Windows color (decimal): -925986 or 14606065. OLE color: 14606065.

HSL color Cylindrical-coordinate representation of color #F1DEDE: hue angle of 0º 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 #F1DEDE is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241222222-
CMYK00.080.080.05
HSL40.43%90.78%-
HSV(B)7.88%94.51%-
XYZ75.5876.2279.84-
YUV227.68124.79137.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.18%
GREEN value IS 222 (87.11% from 255) = 32.41%
BLUE value IS 222 (87.11% from 255) = 32.41%
R=35.18%
G=32.41%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122222200.080.080.05040.4390.78
HexF1DEDE08850285b
Octal361336336010105050133
Binary11110001110111101101111001000100010101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEDE; }

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

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

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

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

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

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

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

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