#F1DEDC

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

Shades of Soft Peach #F1DEDC

Tints of Soft Peach #F1DEDC

Color information

#F1DEDC (or 0xF1DEDC) is unknown color: approx Soft Peach. HEX triplet: F1, DE and DC. RGB value is (241,222,220). Sum of RGB (Red+Green+Blue) = 241+222+220=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEDC is #0E2123. Grayscale: #E3E3E3. Windows color (decimal): -925988 or 14474993. OLE color: 14474993.

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

Color convert

RGB241222220-
CMYK00.080.090.05
HSL5.71º42.86%90.39%-
HSV(B)5.71º8.71%94.51%-
XYZ75.3276.1178.43-
YUV227.45123.79137.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.29%
GREEN value IS 222 (87.11% from 255) = 32.50%
BLUE value IS 220 (86.33% from 255) = 32.21%
R=35.29%
G=32.50%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122222000.080.090.055.7142.8690.39
HexF1DEDC089562b5a
Octal361336334010115653132
Binary1111000111011110110111000100010011011101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEDC; }

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

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

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

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

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

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

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

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